Home
last modified time | relevance | path

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

/freebsd-12-stable/contrib/llvm-project/llvm/lib/CodeGen/
DSplitKit.h68 SlotIndex getLastInsertPoint(const LiveInterval &CurLI, in getLastInsertPoint() function
239 return IPA.getLastInsertPoint(*CurLI, *MF.getBlockNumbered(Num)); in getLastSplitPoint()
243 return IPA.getLastInsertPoint(*CurLI, *BB); in getLastSplitPoint()
DInlineSpiller.cpp1248 SlotIndex Idx = IPA.getLastInsertPoint(OrigLI, BB); in isSpillCandBB()
DSplitKit.cpp143 SlotIndex LIP = getLastInsertPoint(CurLI, MBB); in getLastInsertPointIter()