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

/freebsd-13-stable/contrib/llvm-project/llvm/lib/CodeGen/
H A DRegAllocGreedy.cpp253 void setStage(const LiveInterval &VirtReg, LiveRangeStage Stage) { function in class:__anon3553::RAGreedy
259 void setStage(Iterator Begin, Iterator End, LiveRangeStage NewStage) { function in class:__anon3553::RAGreedy
1787 setStage(Reg, RS_Spill);
1798 setStage(Reg, RS_Split2);
2032 setStage(LI, RS_Spill);
2120 setStage(LREdit.begin(), LREdit.end(), RS_Spill);
2425 setStage(LIS->getInterval(LREdit.get(i)), RS_Split2);
3072 setStage(VirtReg, RS_Split);
3101 setStage(VirtReg, RS_Memory);
3109 setStage(NewVReg
[all...]
H A DModuloSchedule.cpp1452 S.setStage(IllegalPhi, LoopProducerStage);
/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DModuloSchedule.h145 void setStage(MachineInstr *MI, int MIStage) { function in class:llvm::ModuloSchedule

Completed in 172 milliseconds