Home
last modified time | relevance | path

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

/external/llvm/lib/Target/R600/
DSIAnnotateControlFlow.cpp86 Value *handleLoopCondition(Value *Cond, PHINode *Broken, llvm::Loop *L);
210 Value *SIAnnotateControlFlow::handleLoopCondition(Value *Cond, PHINode *Broken, in handleLoopCondition() function in SIAnnotateControlFlow
227 Value *PhiArg = handleLoopCondition(Incoming, Broken, L); in handleLoopCondition()
281 Value *Arg = handleLoopCondition(Cond, Broken, L); in handleLoop()