Home
last modified time | relevance | path

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

/external/llvm/lib/Analysis/
DLoopInfo.cpp178 bool P0InLoop = contains(IV->getIncomingBlock(0)); in getTripCount() local
179 Value *Inc = IV->getIncomingValue(!P0InLoop); in getTripCount()
180 BasicBlock *BackedgeBlock = IV->getIncomingBlock(!P0InLoop); in getTripCount()