Home
last modified time | relevance | path

Searched defs:PhiOp (Results 1 – 4 of 4) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/Analysis/
H A DPhiValues.cpp92 if (PHINode *PhiOp = dyn_cast<PHINode>(Op)) { in processPhi() local
/freebsd/contrib/llvm-project/llvm/lib/Target/PowerPC/
H A DPPCMIPeephole.cpp1129 auto isSingleUsePHI = [&](MachineOperand *PhiOp) { in simplifyCode()
1138 MachineOperand *PhiOp) { in simplifyCode()
/freebsd/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86LowerAMXType.cpp495 Value *PhiOp = cast<PHINode>(V)->getIncomingValue(0); in replaceWithTileLoad() local
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DSROA.cpp4057 auto GetNewOps = [&](Value *PhiOp) { in unfoldGEPPhi()