Home
last modified time | relevance | path

Searched refs:canConstantEvolve (Results 1 – 3 of 3) sorted by relevance

/external/llvm/lib/Analysis/
DScalarEvolution.cpp6304 static bool canConstantEvolve(Instruction *I, const Loop *L) { in canConstantEvolve() function
6332 if (!OpInst || !canConstantEvolve(OpInst, L)) return nullptr; in getConstantEvolvingPHIOperands()
6363 if (!I || !canConstantEvolve(I, L)) return nullptr; in getConstantEvolvingPHI()
6390 if (!canConstantEvolve(I, L)) return nullptr; in EvaluateExpression()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Analysis/
DScalarEvolution.cpp7787 static bool canConstantEvolve(Instruction *I, const Loop *L) { in canConstantEvolve() function
7818 if (!OpInst || !canConstantEvolve(OpInst, L)) return nullptr; in getConstantEvolvingPHIOperands()
7849 if (!I || !canConstantEvolve(I, L)) return nullptr; in getConstantEvolvingPHI()
7876 if (!canConstantEvolve(I, L)) return nullptr; in EvaluateExpression()
/external/llvm-project/llvm/lib/Analysis/
DScalarEvolution.cpp8015 static bool canConstantEvolve(Instruction *I, const Loop *L) { in canConstantEvolve() function
8046 if (!OpInst || !canConstantEvolve(OpInst, L)) return nullptr; in getConstantEvolvingPHIOperands()
8077 if (!I || !canConstantEvolve(I, L)) return nullptr; in getConstantEvolvingPHI()
8104 if (!canConstantEvolve(I, L)) return nullptr; in EvaluateExpression()