Searched refs:foldOpIntoPhi (Results 1 - 7 of 7) sorted by relevance

/freebsd-13-stable/contrib/llvm-project/llvm/lib/Transforms/InstCombine/
H A DInstCombineInternal.h895 Instruction *foldOpIntoPhi(Instruction &I, PHINode *PN);
H A DInstructionCombining.cpp981 Instruction *InstCombiner::foldOpIntoPhi(Instruction &I, PHINode *PN) { function in class:InstCombiner
1131 if (Instruction *NewPhi = foldOpIntoPhi(I, PN))
H A DInstCombineAddSub.cpp1825 if (Instruction *R = foldOpIntoPhi(I, PN))
H A DInstCombineMulDivRem.cpp1393 // foldOpIntoPhi will speculate instructions to the end of the PHI's
1396 if (Instruction *NV = foldOpIntoPhi(I, PN))
H A DInstCombineCompares.cpp3228 if (Instruction *NV = foldOpIntoPhi(I, cast<PHINode>(LHSI)))
6187 if (Instruction *NV = foldOpIntoPhi(I, cast<PHINode>(LHSI)))
H A DInstCombineCasts.cpp300 if (Instruction *NV = foldOpIntoPhi(CI, PN))
H A DInstCombineSelect.cpp2844 if (Instruction *NV = foldOpIntoPhi(SI, PN))

Completed in 144 milliseconds