Searched refs:getLastInsertPoint (Results 1 - 3 of 3) sorted by relevance

/freebsd-current/contrib/llvm-project/llvm/lib/CodeGen/
H A DSplitKit.h67 SlotIndex getLastInsertPoint(const LiveInterval &CurLI, function in class:llvm::InsertPointAnalysis
236 return IPA.getLastInsertPoint(*CurLI, *MF.getBlockNumbered(Num));
240 return IPA.getLastInsertPoint(*CurLI, *BB);
H A DInlineSpiller.cpp1349 SlotIndex Idx = IPA.getLastInsertPoint(OrigLI, BB);
H A DSplitKit.cpp145 SlotIndex LIP = getLastInsertPoint(CurLI, MBB);

Completed in 72 milliseconds