Searched refs:foldAsLoad (Results 1 - 2 of 2) sorted by relevance

/freebsd-10.2-release/contrib/llvm/include/llvm/CodeGen/
H A DLiveRangeEdit.h90 /// foldAsLoad - If LI has a single use and a single def that can be folded as
92 bool foldAsLoad(LiveInterval *LI, SmallVectorImpl<MachineInstr*> &Dead);
/freebsd-10.2-release/contrib/llvm/lib/CodeGen/
H A DLiveRangeEdit.cpp165 bool LiveRangeEdit::foldAsLoad(LiveInterval *LI, function in class:LiveRangeEdit
347 if (foldAsLoad(LI, Dead))

Completed in 76 milliseconds