Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Utils/
DSimplifyCFG.cpp1454 auto *PNUse = dyn_cast<PHINode>(*I0->user_begin()); in canSinkInstructions() local
1456 if (!all_of(Insts, [&PNUse,&Succ](const Instruction *I) -> bool { in canSinkInstructions()
1458 return (PNUse && in canSinkInstructions()
1459 PNUse->getParent() == Succ && in canSinkInstructions()
1460 PNUse->getIncomingValueForBlock(I->getParent()) == I) || in canSinkInstructions()
1532 auto *PNUse = dyn_cast<PHINode>(*I0->user_begin()); in sinkLastInstruction() local
1533 if (!all_of(Insts, [&PNUse](const Instruction *I) -> bool { in sinkLastInstruction()
1535 return U == PNUse; in sinkLastInstruction()