Home
last modified time | relevance | path

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

/external/swiftshader/third_party/LLVM/lib/Analysis/
DLoopInfo.cpp182 bool P0InLoop = contains(IV->getIncomingBlock(0)); in getTripCount() local
183 Value *Inc = IV->getIncomingValue(!P0InLoop); in getTripCount()
184 BasicBlock *BackedgeBlock = IV->getIncomingBlock(!P0InLoop); in getTripCount()