Searched refs:PhiArg (Results 1 – 2 of 2) sorted by relevance
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/AMDGPU/ |
D | SIAnnotateControlFlow.cpp | 253 Value *PhiArg = handleLoopCondition(Incoming, Broken, L, in handleLoopCondition() local 255 NewPhi->addIncoming(PhiArg, From); in handleLoopCondition() 292 Value *PhiArg = CallInst::Create(Break, Broken, "", Insert); in handleLoopCondition() local 293 NewPhi->setIncomingValue(i, PhiArg); in handleLoopCondition()
|
/external/llvm/lib/Target/AMDGPU/ |
D | SIAnnotateControlFlow.cpp | 260 Value *PhiArg = handleLoopCondition(Incoming, Broken, L, Term); in handleLoopCondition() local 261 NewPhi->addIncoming(PhiArg, From); in handleLoopCondition() 298 Value *PhiArg = CallInst::Create(Break, Broken, "", Insert); in handleLoopCondition() local 299 NewPhi->setIncomingValue(i, PhiArg); in handleLoopCondition()
|