Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/AMDGPU/
DSIAnnotateControlFlow.cpp97 handleLoopCondition(Value *Cond, PHINode *Broken, llvm::Loop *L,
229 Value *SIAnnotateControlFlow::handleLoopCondition( in handleLoopCondition() function in SIAnnotateControlFlow
253 Value *PhiArg = handleLoopCondition(Incoming, Broken, L, in handleLoopCondition()
341 Value *Arg = handleLoopCondition(Cond, Broken, L, Term, LoopPhiConditions); in handleLoop()
/external/llvm/lib/Target/AMDGPU/
DSIAnnotateControlFlow.cpp88 Value *handleLoopCondition(Value *Cond, PHINode *Broken,
235 Value *SIAnnotateControlFlow::handleLoopCondition(Value *Cond, PHINode *Broken, in handleLoopCondition() function in SIAnnotateControlFlow
260 Value *PhiArg = handleLoopCondition(Incoming, Broken, L, Term); in handleLoopCondition()
339 Value *Arg = handleLoopCondition(Cond, Broken, L, Term); in handleLoop()