Home
last modified time | relevance | path

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

/freebsd-9-stable/contrib/llvm/include/llvm/Analysis/
DScalarEvolution.h441 ExitLimit ComputeExitLimit(const Loop *L, BasicBlock *ExitingBlock);
/freebsd-9-stable/contrib/llvm/lib/Analysis/
DScalarEvolution.cpp4343 ExitLimit EL = ComputeExitLimit(L, ExitingBlocks[i]); in ComputeBackedgeTakenCount()
4370 ScalarEvolution::ComputeExitLimit(const Loop *L, BasicBlock *ExitingBlock) { in ComputeExitLimit() function in ScalarEvolution