Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/
H A DSplitKit.h79 MachineBasicBlock::iterator getLastInsertPointIter(const LiveInterval &CurLI,
247 return IPA.getLastInsertPointIter(*CurLI, *BB); in getLastSplitPointIter()
H A DInlineSpiller.cpp1580 MachineBasicBlock::iterator MII = IPA.getLastInsertPointIter(OrigLI, *BB); in hoistAllSpills()
H A DSplitKit.cpp141 InsertPointAnalysis::getLastInsertPointIter(const LiveInterval &CurLI, in getLastInsertPointIter() function in InsertPointAnalysis