Home
last modified time | relevance | path

Searched refs:ComputeExitLimit (Results 1 – 2 of 2) sorted by relevance

/external/swiftshader/third_party/LLVM/include/llvm/Analysis/
DScalarEvolution.h433 ExitLimit ComputeExitLimit(const Loop *L, BasicBlock *ExitingBlock);
/external/swiftshader/third_party/LLVM/lib/Analysis/
DScalarEvolution.cpp4246 ExitLimit EL = ComputeExitLimit(L, ExitingBlocks[i]); in ComputeBackedgeTakenCount()
4266 ScalarEvolution::ComputeExitLimit(const Loop *L, BasicBlock *ExitingBlock) { in ComputeExitLimit() function in ScalarEvolution