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

  /external/llvm/include/llvm/CodeGen/
MachineLoopInfo.h 103 // isLoopHeader - True if the block is a loop header node
104 inline bool isLoopHeader(MachineBasicBlock *BB) const {
105 return LI.isLoopHeader(BB);
  /external/llvm/lib/Transforms/Scalar/
Sink.cpp 257 if (LI->isLoopHeader(SuccToSinkTo)) {
LoopUnswitch.cpp     [all...]
  /external/llvm/lib/CodeGen/
MachineSink.cpp 327 LI->isLoopHeader(ToBB))
628 if (!TryBreak && LI->isLoopHeader(SuccToSinkTo)) {
PHIElimination.cpp 430 MLI->isLoopHeader(&MBB))) {
  /external/llvm/include/llvm/Analysis/
LoopInfo.h 678 // isLoopHeader - True if the block is a loop header node
679 bool isLoopHeader(BlockT *BB) const {
    [all...]
  /external/llvm/lib/Analysis/
ProfileEstimatorPass.cpp 125 bool BBisHeader = LI->isLoopHeader(BB);

Completed in 2008 milliseconds