HomeSort by: relevance | last modified time | path
    Searched refs:foldAsLoad (Results 1 - 2 of 2) sorted by relevancy

  /src/external/apache2/llvm/dist/llvm/include/llvm/CodeGen/
LiveRangeEdit.h 105 /// foldAsLoad - If LI has a single use and a single def that can be folded as
107 bool foldAsLoad(LiveInterval *LI, SmallVectorImpl<MachineInstr *> &Dead);
  /src/external/apache2/llvm/dist/llvm/lib/CodeGen/
LiveRangeEdit.cpp 185 bool LiveRangeEdit::foldAsLoad(LiveInterval *LI,
409 if (foldAsLoad(LI, Dead))

Completed in 14 milliseconds