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

  /external/swiftshader/third_party/LLVM/lib/Transforms/Utils/
LCSSA.cpp 81 assert(L->isLCSSAForm(*DT) && "LCSSA form not preserved!");
160 assert(L->isLCSSAForm(*DT));
  /external/llvm/lib/Transforms/Scalar/
LoopDeletion.cpp 102 assert(L->isLCSSAForm(DT) && "Expected LCSSA!");
LICM.cpp 220 assert(L->isLCSSAForm(*DT) && "Loop is not in LCSSA form.");
274 assert(L->isLCSSAForm(*DT) && "Loop not left in LCSSA form after LICM!");
275 assert((!L->getParentLoop() || L->getParentLoop()->isLCSSAForm(*DT)) &&
    [all...]
LoopUnrollPass.cpp 364 assert(L->isLCSSAForm(DT) &&
    [all...]
LoopUnswitch.cpp 475 assert(currentLoop->isLCSSAForm(*DT));
    [all...]
IndVarSimplify.cpp 672 assert(L->isLCSSAForm(*DT));
    [all...]
  /external/llvm/lib/Transforms/Utils/
LCSSA.cpp 256 assert(L.isLCSSAForm(DT));
LoopUnroll.cpp 679 assert(OuterL->isLCSSAForm(*DT) &&
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Scalar/
LoopDeletion.cpp 138 assert(L->isLCSSAForm(DT) && "Expected LCSSA!");
LICM.cpp 255 assert(L->isLCSSAForm(*DT) && "Loop is not in LCSSA form.");
348 assert(L->isLCSSAForm(*DT) && "Loop not left in LCSSA form after LICM!");
349 assert((!L->getParentLoop() || L->getParentLoop()->isLCSSAForm(*DT)) &&
    [all...]
LoopUnrollPass.cpp 445 assert(L->isLCSSAForm(DT) &&
    [all...]
LoopUnswitch.cpp 527 assert(currentLoop->isLCSSAForm(*DT));
    [all...]
IndVarSimplify.cpp 719 assert(L->isLCSSAForm(*DT));
    [all...]
  /external/llvm/lib/Analysis/
LoopInfo.cpp 146 bool Loop::isLCSSAForm(DominatorTree &DT) const {
177 if (!isLCSSAForm(DT))
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Utils/
LCSSA.cpp 354 assert(L.isLCSSAForm(DT));
LoopUnroll.cpp     [all...]
LoopUtils.cpp     [all...]
  /external/llvm/include/llvm/Analysis/
LoopInfo.h 398 bool isLCSSAForm(DominatorTree &DT) const;
  /external/swiftshader/third_party/LLVM/lib/Analysis/
LoopInfo.cpp 261 /// isLCSSAForm - Return true if the Loop is in LCSSA form
262 bool Loop::isLCSSAForm(DominatorTree &DT) const {
  /external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/Analysis/
LoopInfo.h 520 bool isLCSSAForm(DominatorTree &DT) const;
    [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Analysis/
LoopInfo.cpp 176 bool Loop::isLCSSAForm(DominatorTree &DT) const {
  /external/swiftshader/third_party/LLVM/lib/Transforms/Scalar/
IndVarSimplify.cpp 496 assert(L->isLCSSAForm(*DT));
    [all...]
LoopUnswitch.cpp 216 assert(currentLoop->isLCSSAForm(*DT));
    [all...]
  /external/swiftshader/third_party/LLVM/include/llvm/Analysis/
LoopInfo.h 605 /// isLCSSAForm - Return true if the Loop is in LCSSA form
606 bool isLCSSAForm(DominatorTree &DT) const;
    [all...]

Completed in 1557 milliseconds