Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/
H A DRegAllocGreedy.cpp255 void setStage(const LiveInterval &VirtReg, LiveRangeStage Stage) { in setStage() function in __anone1e285680111::RAGreedy
261 void setStage(Iterator Begin, Iterator End, LiveRangeStage NewStage) { in setStage() function in __anone1e285680111::RAGreedy
1812 setStage(Reg, RS_Spill); in splitAroundRegion()
1823 setStage(Reg, RS_Split2); in splitAroundRegion()
2057 setStage(LI, RS_Spill); in tryBlockSplit()
2145 setStage(LREdit.begin(), LREdit.end(), RS_Spill); in tryInstructionSplit()
2450 setStage(LIS->getInterval(LREdit.get(I)), RS_Split2); in tryLocalSplit()
3093 setStage(VirtReg, RS_Split); in selectOrSplitImpl()
3124 setStage(VirtReg, RS_Memory); in selectOrSplitImpl()
3132 setStage(NewVRegs.begin(), NewVRegs.end(), RS_Done); in selectOrSplitImpl()
H A DModuloSchedule.cpp1450 S.setStage(IllegalPhi, LoopProducerStage); in remapUse()
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/CodeGen/
H A DModuloSchedule.h145 void setStage(MachineInstr *MI, int MIStage) { in setStage() function