Searched defs:CriticalPSets (Results 1 – 3 of 3) sorted by relevance
/freebsd-src/contrib/llvm-project/llvm/lib/CodeGen/ |
H A D | RegisterPressure.cpp | 998 unsigned CritIdx = 0, CritEnd = CriticalPSets.size(); in computeMaxPressureDelta() argument 1094 getMaxUpwardPressureDelta(const MachineInstr * MI,PressureDiff * PDiff,RegPressureDelta & Delta,ArrayRef<PressureChange> CriticalPSets,ArrayRef<unsigned> MaxPressureLimit) getMaxUpwardPressureDelta() argument 1162 getUpwardPressureDelta(const MachineInstr * MI,PressureDiff & PDiff,RegPressureDelta & Delta,ArrayRef<PressureChange> CriticalPSets,ArrayRef<unsigned> MaxPressureLimit) const getUpwardPressureDelta() argument 1342 getMaxDownwardPressureDelta(const MachineInstr * MI,RegPressureDelta & Delta,ArrayRef<PressureChange> CriticalPSets,ArrayRef<unsigned> MaxPressureLimit) getMaxDownwardPressureDelta() argument [all...] |
H A D | MachinePipeliner.cpp | 2037 ArrayRef<PressureChange> CriticalPSets; registerPressureFilter() local
|
/freebsd-src/contrib/llvm-project/llvm/include/llvm/CodeGen/ |
H A D | RegisterPressure.h | 505 ArrayRef<PressureChange> CriticalPSets, in getMaxPressureDelta()
|