HomeSort by relevance Sort by last modified time
    Searched refs:foldAsLoad (Results 1 - 2 of 2) sorted by null

  /external/llvm/include/llvm/CodeGen/
LiveRangeEdit.h 91 /// foldAsLoad - If LI has a single use and a single def that can be folded as
93 bool foldAsLoad(LiveInterval *LI, SmallVectorImpl<MachineInstr*> &Dead);
  /external/llvm/lib/CodeGen/
LiveRangeEdit.cpp 164 bool LiveRangeEdit::foldAsLoad(LiveInterval *LI,
335 if (foldAsLoad(LI, Dead))

Completed in 1858 milliseconds