HomeSort by: relevance | last modified time | path
    Searched defs:Invariant (Results 1 - 4 of 4) sorted by relevancy

  /src/external/apache2/llvm/dist/llvm/lib/Transforms/Utils/
SimplifyIndVar.cpp 222 // Rewrite the comparison to a loop invariant comparison if it can be done
604 // of immediate IV against sext/zext of the invariant argument. If we can
679 /// Replace the UseInst with a loop invariant expression if it is safe.
690 // Do not generate something ridiculous even if S is loop invariant.
698 << " with non-speculable loop invariant: " << *S << '\n');
702 auto *Invariant = Rewriter.expandCodeFor(S, I->getType(), IP);
704 I->replaceAllUsesWith(Invariant);
706 << " with loop invariant: " << *S << '\n');
912 // Try to replace UseInst with a loop invariant before any other
1232 // invariant and will be folded or hoisted. If it actually comes from
    [all...]
SimplifyIndVar.cpp 222 // Rewrite the comparison to a loop invariant comparison if it can be done
604 // of immediate IV against sext/zext of the invariant argument. If we can
679 /// Replace the UseInst with a loop invariant expression if it is safe.
690 // Do not generate something ridiculous even if S is loop invariant.
698 << " with non-speculable loop invariant: " << *S << '\n');
702 auto *Invariant = Rewriter.expandCodeFor(S, I->getType(), IP);
704 I->replaceAllUsesWith(Invariant);
706 << " with loop invariant: " << *S << '\n');
912 // Try to replace UseInst with a loop invariant before any other
1232 // invariant and will be folded or hoisted. If it actually comes from
    [all...]
  /src/external/apache2/llvm/dist/clang/include/clang/AST/
DeclObjC.h 555 /// The parameter is invariant: must match exactly.
556 Invariant,
DeclObjC.h 555 /// The parameter is invariant: must match exactly.
556 Invariant,

Completed in 51 milliseconds