Searched defs:RegPressure (Results 1 – 5 of 5) sorted by relevance
/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/ | ||
H A D | ResourcePriorityQueue.h | 52 std::vector<unsigned> RegPressure; variable |
H A D | MachineScheduler.h | 420 IntervalPressure RegPressure; variable |
H A D | TargetLowering.h | 103 RegPressure, // Scheduling for lowest register pressure. enumerator |
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/ | ||
H A D | MachineLICM.cpp | 159 SmallVector<unsigned, 8> RegPressure; member in __anona9a475ae0111::MachineLICMBase |
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/ | ||
H A D | ScheduleDAGRRList.cpp | 1752 std::vector<unsigned> RegPressure; member in __anona90f206e0311::RegReductionPQBase |