Home
last modified time | relevance | path

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

/external/swiftshader/third_party/LLVM/include/llvm/Analysis/
DScalarEvolution.h429 BackedgeTakenInfo ComputeBackedgeTakenCount(const Loop *L);
/external/swiftshader/third_party/LLVM/lib/Analysis/
DScalarEvolution.cpp4030 BackedgeTakenInfo Result = ComputeBackedgeTakenCount(L); in getBackedgeTakenInfo()
4237 ScalarEvolution::ComputeBackedgeTakenCount(const Loop *L) { in ComputeBackedgeTakenCount() function in ScalarEvolution