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 88 /// foldAsLoad - If LI has a single use and a single def that can be folded as
90 bool foldAsLoad(LiveInterval *LI, SmallVectorImpl<MachineInstr*> &Dead);
  /external/llvm/lib/CodeGen/
LiveRangeEdit.cpp 160 bool LiveRangeEdit::foldAsLoad(LiveInterval *LI,
328 if (foldAsLoad(LI, Dead))

Completed in 535 milliseconds