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

  /src/external/apache2/llvm/dist/llvm/include/llvm/CodeGen/
LiveIntervals.h 245 bool isLiveInToMBB(const LiveRange &LR,
  /src/external/apache2/llvm/dist/llvm/lib/CodeGen/
PHIElimination.cpp 711 return LIS->isLiveInToMBB(LIS->getInterval(Reg), MBB);
SplitKit.cpp 112 return LIS.isLiveInToMBB(CurLI, EHPad);
MachineVerifier.cpp 2983 assert(LiveInts->isLiveInToMBB(LR, &*MFI));

Completed in 25 milliseconds