HomeSort by: relevance | last modified time | path
    Searched refs:isSafeToExpandAt (Results 1 - 6 of 6) sorted by relevancy

  /src/external/apache2/llvm/dist/llvm/lib/Transforms/Scalar/
LoopPredication.cpp 521 !isSafeToExpandAt(Op, Preheader->getTerminator(), *SE))
587 if (!isSafeToExpandAt(LatchStart, Guard, *SE) ||
588 !isSafeToExpandAt(LatchLimit, Guard, *SE)) {
630 if (!isSafeToExpandAt(LatchStart, Guard, *SE) ||
631 !isSafeToExpandAt(LatchLimit, Guard, *SE)) {
1106 !isSafeToExpandAt(MinEC, WidenableBR, *SE))
1139 !isSafeToExpandAt(ExitCount, WidenableBR, *SE))
InductiveRangeCheckElimination.cpp 1456 if (!isSafeToExpandAt(ExitPreLoopAtSCEV, InsertPt, SE)) {
1483 if (!isSafeToExpandAt(ExitMainLoopAtSCEV, InsertPt, SE)) {
  /src/external/apache2/llvm/dist/llvm/lib/CodeGen/
HardwareLoops.cpp 402 if (!isSafeToExpandAt(TripCount, Predecessor->getTerminator(), SE))
408 if (!isSafeToExpandAt(TripCount, BB->getTerminator(), SE)) {
  /src/external/apache2/llvm/dist/llvm/include/llvm/Transforms/Utils/
ScalarEvolutionExpander.h 41 bool isSafeToExpandAt(const SCEV *S, const Instruction *InsertionPoint,
  /src/external/apache2/llvm/dist/llvm/lib/Transforms/Utils/
SimplifyIndVar.cpp 696 if (!isSafeToExpandAt(S, IP, *SE)) {
ScalarEvolutionExpander.cpp 2705 bool isSafeToExpandAt(const SCEV *S, const Instruction *InsertionPoint,

Completed in 32 milliseconds