Home
last modified time | relevance | path

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

/external/llvm/lib/CodeGen/
DMachineScheduler.cpp857 LiveRegionEnd = (RegionEnd == bb->end()) ? RegionEnd : std::next(RegionEnd); in enterRegion()
868 BotRPTracker.init(&MF, RegClassInfo, LIS, BB, LiveRegionEnd); in initRegPressure()
897 if (LiveRegionEnd != RegionEnd) { in initRegPressure()
1075 RPTracker.init(&MF, RegClassInfo, LIS, BB, LiveRegionEnd, in buildDAGWithRegPressure()
1079 if (LiveRegionEnd != RegionEnd) in buildDAGWithRegPressure()
/external/llvm/include/llvm/CodeGen/
DMachineScheduler.h355 MachineBasicBlock::iterator LiveRegionEnd; variable