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

  /external/llvm/include/llvm/CodeGen/
LiveIntervalAnalysis.h 309 /// intervalIsInOneMBB - Returns true if the specified interval is entirely
311 bool intervalIsInOneMBB(const LiveInterval &li) const;
  /external/llvm/lib/CodeGen/
Splitter.cpp 317 !lis->intervalIsInOneMBB(*li)) {
820 assert(!lis->intervalIsInOneMBB(li) &&
InlineSpiller.cpp 205 if (SnipLI.getNumValNums() > 2 || !LIS.intervalIsInOneMBB(SnipLI))
    [all...]
LiveIntervalAnalysis.cpp     [all...]
RegAllocGreedy.cpp     [all...]

Completed in 178 milliseconds