Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/CodeGen/
H A DSplitKit.h67 SlotIndex getLastInsertPoint(const LiveInterval &CurLI, in getLastInsertPoint() function
230 return IPA.getLastInsertPoint(*CurLI, *MF.getBlockNumbered(Num)); in getLastSplitPoint()
234 return IPA.getLastInsertPoint(*CurLI, *BB); in getLastSplitPoint()
H A DInlineSpiller.cpp1281 SlotIndex Idx = IPA.getLastInsertPoint(OrigLI, BB); in isSpillCandBB()
H A DSplitKit.cpp141 SlotIndex LIP = getLastInsertPoint(CurLI, MBB); in getLastInsertPointIter()