Searched refs:LiveRegionEnd (Results 1 – 4 of 4) sorted by relevance
/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/ |
D | MachineScheduler.cpp | 990 LiveRegionEnd = (RegionEnd == bb->end()) ? RegionEnd : std::next(RegionEnd); in enterRegion() 1011 BotRPTracker.init(&MF, RegClassInfo, LIS, BB, LiveRegionEnd, in initRegPressure() 1041 if (LiveRegionEnd != RegionEnd) { in initRegPressure() 1269 RPTracker.init(&MF, RegClassInfo, LIS, BB, LiveRegionEnd, in buildDAGWithRegPressure() 1273 if (LiveRegionEnd != RegionEnd) in buildDAGWithRegPressure()
|
/external/llvm/lib/CodeGen/ |
D | MachineScheduler.cpp | 878 LiveRegionEnd = (RegionEnd == bb->end()) ? RegionEnd : std::next(RegionEnd); in enterRegion() 894 BotRPTracker.init(&MF, RegClassInfo, LIS, BB, LiveRegionEnd, in initRegPressure() 924 if (LiveRegionEnd != RegionEnd) { in initRegPressure() 1152 RPTracker.init(&MF, RegClassInfo, LIS, BB, LiveRegionEnd, in buildDAGWithRegPressure() 1156 if (LiveRegionEnd != RegionEnd) in buildDAGWithRegPressure()
|
/external/llvm/include/llvm/CodeGen/ |
D | MachineScheduler.h | 363 MachineBasicBlock::iterator LiveRegionEnd; variable
|
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/CodeGen/ |
D | MachineScheduler.h | 403 MachineBasicBlock::iterator LiveRegionEnd; variable
|