Home
last modified time | relevance | path

Searched refs:InsertMachineInstrRangeInMaps (Results 1 – 2 of 2) sorted by relevance

/openbsd-src/gnu/llvm/llvm/lib/CodeGen/
H A DInlineSpiller.cpp438 LIS.InsertMachineInstrRangeInMaps(MIS.begin(), MII); in hoistSpillInsideBB()
1015 LIS.InsertMachineInstrRangeInMaps(MIS.begin(), MI); in insertReload()
1060 LIS.InsertMachineInstrRangeInMaps(Spill, MIS.end()); in insertSpill()
1617 LIS.InsertMachineInstrRangeInMaps(MIS.begin(), MII); in hoistAllSpills()
/openbsd-src/gnu/llvm/llvm/include/llvm/CodeGen/
H A DLiveIntervals.h264 void InsertMachineInstrRangeInMaps(MachineBasicBlock::iterator B, in InsertMachineInstrRangeInMaps() function