Searched refs:foldOpIntoPhi (Results 1 – 7 of 7) sorted by relevance
| /freebsd-12-stable/contrib/llvm-project/llvm/lib/Transforms/InstCombine/ |
| D | InstCombineInternal.h | 604 Instruction *foldOpIntoPhi(Instruction &I, PHINode *PN);
|
| D | InstructionCombining.cpp | 1097 Instruction *InstCombinerImpl::foldOpIntoPhi(Instruction &I, PHINode *PN) { in foldOpIntoPhi() function in InstCombinerImpl 1260 if (Instruction *NewPhi = foldOpIntoPhi(I, PN)) in foldBinOpIntoSelectOrPhi() 3624 if (Instruction *NV = foldOpIntoPhi(I, PN)) in visitFreeze()
|
| D | InstCombineMulDivRem.cpp | 1461 if (Instruction *NV = foldOpIntoPhi(I, PN)) in commonIRemTransforms()
|
| D | InstCombineAddSub.cpp | 1880 if (Instruction *R = foldOpIntoPhi(I, PN)) in visitSub()
|
| D | InstCombineCasts.cpp | 318 if (Instruction *NV = foldOpIntoPhi(CI, PN)) in commonCastTransforms()
|
| D | InstCombineCompares.cpp | 3319 if (Instruction *NV = foldOpIntoPhi(I, cast<PHINode>(LHSI))) in foldICmpInstWithConstantNotInt() 6354 if (Instruction *NV = foldOpIntoPhi(I, cast<PHINode>(LHSI))) in visitFCmpInst()
|
| D | InstCombineSelect.cpp | 3075 if (Instruction *NV = foldOpIntoPhi(SI, PN)) in visitSelectInst()
|