Home
last modified time | relevance | path

Searched defs:isLoopInvariant (Results 1 – 3 of 3) sorted by relevance

/external/llvm/lib/Analysis/
DLoopDependenceAnalysis.cpp141 bool LoopDependenceAnalysis::isLoopInvariant(const SCEV *S) const { in isLoopInvariant() function in LoopDependenceAnalysis
DScalarEvolution.cpp6289 bool ScalarEvolution::isLoopInvariant(const SCEV *S, const Loop *L) { in isLoopInvariant() function in ScalarEvolution
/external/llvm/lib/Transforms/Scalar/
DIndVarSimplify.cpp1586 static bool isLoopInvariant(Value *V, Loop *L, DominatorTree *DT) { in isLoopInvariant() function