HomeSort by relevance Sort by last modified time
    Searched refs:intervalIsInOneMBB (Results 1 - 6 of 6) sorted by null

  /external/llvm/include/llvm/CodeGen/
LiveIntervalAnalysis.h 252 /// intervalIsInOneMBB - If LI is confined to a single basic block, return
255 MachineBasicBlock *intervalIsInOneMBB(const LiveInterval &LI) const;
  /external/llvm/lib/CodeGen/
VirtRegMap.cpp 243 if (LI.empty() || LIS->intervalIsInOneMBB(LI))
LiveIntervalAnalysis.cpp 569 LiveIntervals::intervalIsInOneMBB(const LiveInterval &LI) const {
657 if (MachineBasicBlock *MBB = intervalIsInOneMBB(LI)) {
    [all...]
RegisterCoalescer.cpp     [all...]
InlineSpiller.cpp 232 if (SnipLI.getNumValNums() > 2 || !LIS.intervalIsInOneMBB(SnipLI))
    [all...]
RegAllocGreedy.cpp     [all...]

Completed in 113 milliseconds