Home
last modified time | relevance | path

Searched defs:getStage (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DModuloSchedule.h135 int getStage(MachineInstr *MI) { in getStage() function
361 unsigned getStage(MachineInstr *MI) { in getStage() function
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DRegAllocGreedy.h84 LiveRangeStage getStage(Register Reg) const { return Info[Reg].Stage; } in getStage() function
86 LiveRangeStage getStage(const LiveInterval &VirtReg) const { in getStage() function