Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/
DSplitKit.h77 MachineBasicBlock::iterator getLastInsertPointIter(const LiveInterval &CurLI,
238 return IPA.getLastInsertPointIter(*CurLI, *BB); in getLastSplitPointIter()
DInlineSpiller.cpp1174 MachineBasicBlock::iterator MI = IPA.getLastInsertPointIter(OrigLI, BB); in isSpillCandBB()
1507 MachineBasicBlock::iterator MI = IPA.getLastInsertPointIter(OrigLI, *BB); in hoistAllSpills()
DSplitKit.cpp139 InsertPointAnalysis::getLastInsertPointIter(const LiveInterval &CurLI, in getLastInsertPointIter() function in InsertPointAnalysis