Home
last modified time | relevance | path

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

/external/swiftshader/third_party/LLVM/lib/Analysis/
DProfileEstimatorPass.cpp404 const_pred_iterator predi = pred_begin(BB), prede = pred_end(BB); in runOnFunction() local
405 if (predi == prede) { in runOnFunction()
409 for (;predi != prede; ++predi) { in runOnFunction()