Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Analysis/
H A DPhiValues.cpp92 if (PHINode *PhiOp = dyn_cast<PHINode>(Op)) { in processPhi() local
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/PowerPC/
H A DPPCMIPeephole.cpp903 auto isSingleUsePHI = [&](MachineOperand *PhiOp) { in simplifyCode()
912 MachineOperand *PhiOp) { in simplifyCode()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/X86/
H A DX86LowerAMXType.cpp424 Value *PhiOp = dyn_cast<PHINode>(V)->getIncomingValue(0); in replaceWithTileLoad() local