Searched defs: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 292 Value *PhiArg = CallInst::Create(Break, Broken, "", Insert); in handleLoopCondition() local
|
/external/llvm/lib/Target/AMDGPU/ |
D | SIAnnotateControlFlow.cpp | 260 Value *PhiArg = handleLoopCondition(Incoming, Broken, L, Term); in handleLoopCondition() local 298 Value *PhiArg = CallInst::Create(Break, Broken, "", Insert); in handleLoopCondition() local
|