Home
last modified time | relevance | path

Searched refs:LiveRegionEnd (Results 1 – 4 of 4) sorted by relevance

/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/
DMachineScheduler.cpp990 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/
DMachineScheduler.cpp878 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/
DMachineScheduler.h363 MachineBasicBlock::iterator LiveRegionEnd; variable
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/CodeGen/
DMachineScheduler.h403 MachineBasicBlock::iterator LiveRegionEnd; variable