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 256 if (LI->isLoopHeader(SuccToSinkTo)) {
LoopUnswitch.cpp     [all...]
  /external/llvm/lib/CodeGen/
MachineSink.cpp 326 LI->isLoopHeader(ToBB))
568 if (!TryBreak && LI->isLoopHeader(SuccToSinkTo)) {
PHIElimination.cpp 427 MLI->isLoopHeader(&MBB))) {
  /external/llvm/include/llvm/Analysis/
LoopInfo.h 693 // isLoopHeader - True if the block is a loop header node
694 bool isLoopHeader(BlockT *BB) const {
    [all...]
  /external/llvm/lib/Analysis/
ProfileEstimatorPass.cpp 125 bool BBisHeader = LI->isLoopHeader(BB);

Completed in 723 milliseconds