HomeSort by: relevance | last modified time | path
    Searched refs:LiveRegionEnd (Results 1 - 2 of 2) sorted by relevancy

  /src/external/apache2/llvm/dist/llvm/include/llvm/CodeGen/
MachineScheduler.h 394 MachineBasicBlock::iterator LiveRegionEnd;
  /src/external/apache2/llvm/dist/llvm/lib/CodeGen/
MachineScheduler.cpp 999 LiveRegionEnd = (RegionEnd == bb->end()) ? RegionEnd : std::next(RegionEnd);
1020 BotRPTracker.init(&MF, RegClassInfo, LIS, BB, LiveRegionEnd,
1050 if (LiveRegionEnd != RegionEnd) {
1285 RPTracker.init(&MF, RegClassInfo, LIS, BB, LiveRegionEnd,
1289 if (LiveRegionEnd != RegionEnd)

Completed in 17 milliseconds