Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/
H A 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()
H A DInlineSpiller.cpp1248 SlotIndex Idx = IPA.getLastInsertPoint(OrigLI, BB); in isSpillCandBB()
H A DSplitKit.cpp143 SlotIndex LIP = getLastInsertPoint(CurLI, MBB); in getLastInsertPointIter()