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

  /external/llvm/lib/Transforms/Utils/
LoopUnroll.cpp 77 /// ScalarEvolution by calling ScalarEvolution::forgetLoop because SE may have
80 /// calls to ScalarEvolution::forgetLoop. Returns the new combined block.
131 SE->forgetLoop(L);
312 SE->forgetLoop(L);
418 SE->forgetLoop(OldLoop);
LCSSA.cpp 254 SE->forgetLoop(&L);
LoopSimplify.cpp 283 SE->forgetLoop(L);
518 SE->forgetLoop(L);
670 // to forgetLoop() for the parent instead.
672 SE->forgetLoop(L);
    [all...]
LoopUnrollRuntime.cpp 485 SE->forgetLoop(ParentLoop);
  /external/swiftshader/third_party/LLVM/lib/Transforms/Utils/
LoopUnroll.cpp 100 SE->forgetLoop(L);
172 SE->forgetLoop(L);
LoopSimplify.cpp 331 // in the parent loop change, then we need call to forgetLoop() for the
334 SE->forgetLoop(L);
556 SE->forgetLoop(L);
  /external/llvm/lib/Transforms/Scalar/
LoopDeletion.cpp 154 SE.forgetLoop(L);
LoopUnswitch.cpp 145 void forgetLoop(const Loop *L);
226 BranchesInfo.forgetLoop(currentLoop);
313 void LUAnalysisCache::forgetLoop(const Loop *L) {
    [all...]
LoopRotation.cpp 250 SE->forgetLoop(L);
IndVarSimplify.cpp 462 SE->forgetLoop(L);
    [all...]
LoopIdiomRecognize.cpp     [all...]
LoopRerollPass.cpp     [all...]
  /external/swiftshader/third_party/LLVM/lib/Transforms/Scalar/
LoopDeletion.cpp 182 SE.forgetLoop(L);
LoopRotation.cpp 196 SE->forgetLoop(L);
IndVarSimplify.cpp 476 SE->forgetLoop(L);
    [all...]
LoopUnswitch.cpp 590 SE->forgetLoop(L);
    [all...]
  /external/swiftshader/third_party/LLVM/include/llvm/Analysis/
ScalarEvolution.h     [all...]
  /external/llvm/include/llvm/Analysis/
ScalarEvolution.h     [all...]
  /external/swiftshader/third_party/LLVM/lib/Analysis/
ScalarEvolution.cpp     [all...]
  /external/llvm/lib/Analysis/
ScalarEvolution.cpp     [all...]
  /external/llvm/lib/Transforms/Vectorize/
LoopVectorize.cpp     [all...]

Completed in 1660 milliseconds