Home
last modified time | relevance | path

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

/external/llvm/include/llvm/Analysis/
DScalarEvolution.h599 ExitLimit computeExitLimit(const Loop *L, BasicBlock *ExitingBlock);
/external/llvm/lib/Analysis/
DScalarEvolution.cpp5201 ExitLimit EL = computeExitLimit(L, ExitBB); in computeBackedgeTakenCount()
5244 ScalarEvolution::computeExitLimit(const Loop *L, BasicBlock *ExitingBlock) { in computeExitLimit() function in ScalarEvolution