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

  /external/llvm/include/llvm/Analysis/
LoopInfoImpl.h 123 BlockT *Out = getLoopPredecessor();
137 /// getLoopPredecessor - If the given loop's header has exactly one unique
143 BlockT *LoopBase<BlockT, LoopT>::getLoopPredecessor() const {
LoopInfo.h 219 /// getLoopPredecessor - If the given loop's header has exactly one unique
224 BlockT *getLoopPredecessor() const;
  /external/llvm/lib/CodeGen/
MachineLICM.cpp 311 if (!CurLoop->getLoopPredecessor())
315 if (L->getLoopPredecessor())
    [all...]
  /external/llvm/lib/Analysis/
ScalarEvolution.cpp     [all...]

Completed in 492 milliseconds