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

  /external/llvm/include/llvm/CodeGen/
MachineLoopInfo.h 115 // isLoopHeader - True if the block is a loop header node
116 inline bool isLoopHeader(MachineBasicBlock *BB) const {
117 return LI.isLoopHeader(BB);
  /external/llvm/include/llvm/Analysis/
LoopInfo.h 476 // isLoopHeader - True if the block is a loop header node
477 bool isLoopHeader(BlockT *BB) const {
604 // isLoopHeader - True if the block is a loop header node
605 inline bool isLoopHeader(BasicBlock *BB) const {
606 return LI.isLoopHeader(BB);
  /external/llvm/lib/CodeGen/
MachineSink.cpp 335 LI->isLoopHeader(ToBB))
639 if (!TryBreak && LI->isLoopHeader(SuccToSinkTo)) {
  /external/llvm/lib/Analysis/
ProfileEstimatorPass.cpp 125 bool BBisHeader = LI->isLoopHeader(BB);
  /external/llvm/lib/Transforms/Scalar/
LoopUnswitch.cpp     [all...]

Completed in 104 milliseconds