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

  /external/llvm/lib/Transforms/Utils/
LCSSA.cpp 225 assert(L.isLCSSAForm(DT));
305 //assert(L.isLCSSAForm(DT) && "LCSSA form not preserved!");
  /external/llvm/lib/Transforms/Scalar/
LICM.cpp 238 assert(L->isLCSSAForm(*DT) && "Loop is not in LCSSA form.");
322 assert(L->isLCSSAForm(*DT) && "Loop not left in LCSSA form after LICM!");
323 assert((!L->getParentLoop() || L->getParentLoop()->isLCSSAForm(*DT)) &&
    [all...]
IndVarSimplify.cpp 483 assert(L->isLCSSAForm(*DT));
    [all...]
LoopUnswitch.cpp 388 assert(currentLoop->isLCSSAForm(*DT));
    [all...]
  /external/llvm/include/llvm/Analysis/
LoopInfo.h 399 /// isLCSSAForm - Return true if the Loop is in LCSSA form
400 bool isLCSSAForm(DominatorTree &DT) const;
  /external/llvm/lib/Analysis/
LoopInfo.cpp 177 /// isLCSSAForm - Return true if the Loop is in LCSSA form
178 bool Loop::isLCSSAForm(DominatorTree &DT) const {

Completed in 334 milliseconds