Searched refs:LiveRegionEnd (Results 1 – 2 of 2) sorted by relevance
| /freebsd-12-stable/contrib/llvm-project/llvm/lib/CodeGen/ |
| D | MachineScheduler.cpp | 999 LiveRegionEnd = (RegionEnd == bb->end()) ? RegionEnd : std::next(RegionEnd); in enterRegion() 1020 BotRPTracker.init(&MF, RegClassInfo, LIS, BB, LiveRegionEnd, in initRegPressure() 1050 if (LiveRegionEnd != RegionEnd) { in initRegPressure() 1285 RPTracker.init(&MF, RegClassInfo, LIS, BB, LiveRegionEnd, in buildDAGWithRegPressure() 1289 if (LiveRegionEnd != RegionEnd) in buildDAGWithRegPressure()
|
| /freebsd-12-stable/contrib/llvm-project/llvm/include/llvm/CodeGen/ |
| D | MachineScheduler.h | 394 MachineBasicBlock::iterator LiveRegionEnd; variable
|