Home
last modified time | relevance | path

Searched refs:combineMetadataForCSE (Results 1 – 9 of 9) sorted by relevance

/freebsd/contrib/llvm-project/llvm/include/llvm/Transforms/Utils/
H A DLocal.h419 void combineMetadataForCSE(Instruction *K, const Instruction *J,
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DGVNSink.cpp919 combineMetadataForCSE(I0, I, true); in sinkLastInstruction()
H A DGVNHoist.cpp987 combineMetadataForCSE(Repl, I, true); in rauw()
H A DJumpThreading.cpp1260 combineMetadataForCSE(NLoadI, LoadI, false); in simplifyPartiallyRedundantLoad()
1453 combineMetadataForCSE(PredLoadI, LoadI, true); in simplifyPartiallyRedundantLoad()
H A DGVN.cpp1090 combineMetadataForCSE(CoercedLoad, Load, false); in MaterializeAdjustedValue()
1529 combineMetadataForCSE(NewLoad, OldLoad, false); in eliminatePartiallyRedundantLoad()
H A DEarlyCSE.cpp1590 combineMetadataForCSE(I, &Inst, false); in processNode()
/freebsd/contrib/llvm-project/llvm/lib/Transforms/InstCombine/
H A DInstCombineLoadStoreAlloca.cpp1037 combineMetadataForCSE(cast<LoadInst>(AvailableVal), &LI, false); in visitLoadInst()
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DLocal.cpp3351 void llvm::combineMetadataForCSE(Instruction *K, const Instruction *J, in combineMetadataForCSE() function in llvm
3454 combineMetadataForCSE(ReplInst, I, false); in patchReplacementInstruction()
H A DSimplifyCFG.cpp1750 combineMetadataForCSE(I1, I2, true); in hoistCommonCodeFromSuccessors()
2134 combineMetadataForCSE(I0, I, true); in sinkLastInstruction()