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

Completed in 119 milliseconds