Searched refs:canConstantEvolve (Results 1 – 3 of 3) sorted by relevance
/external/swiftshader/third_party/LLVM/lib/Analysis/ |
D | ScalarEvolution.cpp | 4672 static bool canConstantEvolve(Instruction *I, const Loop *L) { in canConstantEvolve() function 4705 if (!OpInst || !canConstantEvolve(OpInst, L)) return 0; in getConstantEvolvingPHIOperands() 4734 if (I == 0 || !canConstantEvolve(I, L)) return 0; in getConstantEvolvingPHI() 4759 assert(canConstantEvolve(I, L) && "cannot evaluate expression in this loop"); in EvaluateExpression()
|
/external/llvm/lib/Analysis/ |
D | ScalarEvolution.cpp | 6304 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-7.0/llvm/lib/Analysis/ |
D | ScalarEvolution.cpp | 7660 static bool canConstantEvolve(Instruction *I, const Loop *L) { in canConstantEvolve() function 7691 if (!OpInst || !canConstantEvolve(OpInst, L)) return nullptr; in getConstantEvolvingPHIOperands() 7722 if (!I || !canConstantEvolve(I, L)) return nullptr; in getConstantEvolvingPHI() 7749 if (!canConstantEvolve(I, L)) return nullptr; in EvaluateExpression()
|