Searched refs:getLoopPredecessor (Results 1 - 4 of 4) sorted by relevance

/macosx-10.10.1/llvmCore-3425.0.34/include/llvm/Analysis/
H A DLoopInfoImpl.h122 BlockT *Out = getLoopPredecessor();
136 /// getLoopPredecessor - If the given loop's header has exactly one unique
142 BlockT *LoopBase<BlockT, LoopT>::getLoopPredecessor() const { function in class:llvm::LoopBase
H A DLoopInfo.h222 /// getLoopPredecessor - If the given loop's header has exactly one unique
227 BlockT *getLoopPredecessor() const;
/macosx-10.10.1/llvmCore-3425.0.34/lib/CodeGen/
H A DMachineLICM.cpp311 if (!CurLoop->getLoopPredecessor())
315 if (L->getLoopPredecessor())
1475 MachineBasicBlock *Pred = CurLoop->getLoopPredecessor();
/macosx-10.10.1/llvmCore-3425.0.34/lib/Analysis/
H A DScalarEvolution.cpp5572 return std::make_pair(L->getLoopPredecessor(), L->getHeader());
6043 Pair(L->getLoopPredecessor(), L->getHeader());

Completed in 195 milliseconds