Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Utils/
DSimplifyCFG.cpp1489 auto *PNUse = dyn_cast<PHINode>(*I0->user_begin()); in canSinkInstructions() local
1491 if (!all_of(Insts, [&PNUse,&Succ](const Instruction *I) -> bool { in canSinkInstructions()
1493 return (PNUse && in canSinkInstructions()
1494 PNUse->getParent() == Succ && in canSinkInstructions()
1495 PNUse->getIncomingValueForBlock(I->getParent()) == I) || in canSinkInstructions()
1572 auto *PNUse = dyn_cast<PHINode>(*I0->user_begin()); in sinkLastInstruction() local
1573 if (!all_of(Insts, [&PNUse](const Instruction *I) -> bool { in sinkLastInstruction()
1575 return U == PNUse; in sinkLastInstruction()