Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-7.0/llvm/lib/Analysis/
DPhiValues.cpp49 for (Value *PhiOp : Phi->incoming_values()) { in processPhi()
50 if (PHINode *PhiPhiOp = dyn_cast<PHINode>(PhiOp)) { in processPhi()
77 if (PHINode *PhiOp = dyn_cast<PHINode>(Op)) { in processPhi() local
82 auto It = ReachableMap.find(DepthMap[PhiOp]); in processPhi()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/PowerPC/
DPPCMIPeephole.cpp679 auto isSingleUsePHI = [&](MachineOperand *PhiOp) { in simplifyCode() argument
680 assert(PhiOp && "Invalid Operand!"); in simplifyCode()
681 MachineInstr *DefPhiMI = getVRegDefOrNull(PhiOp, MRI); in simplifyCode()
688 MachineOperand *PhiOp) { in simplifyCode() argument
689 assert(PhiOp && "Invalid Operand!"); in simplifyCode()
691 MachineInstr *DefPhiMI = getVRegDefOrNull(PhiOp, MRI); in simplifyCode()