Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/Transforms/Utils/
H A DLocal.h411 void combineMetadataForCSE(Instruction *K, const Instruction *J,
/freebsd-14.2/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DGVNSink.cpp870 combineMetadataForCSE(I0, I, true); in sinkLastInstruction()
H A DJumpThreading.cpp1273 combineMetadataForCSE(NLoadI, LoadI, false); in simplifyPartiallyRedundantLoad()
1466 combineMetadataForCSE(PredLoadI, LoadI, true); in simplifyPartiallyRedundantLoad()
H A DGVN.cpp1026 combineMetadataForCSE(CoercedLoad, Load, false); in MaterializeAdjustedValue()
1464 combineMetadataForCSE(NewLoad, OldLoad, false); in eliminatePartiallyRedundantLoad()
H A DEarlyCSE.cpp1590 combineMetadataForCSE(I, &Inst, false); in processNode()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Transforms/InstCombine/
H A DInstCombineLoadStoreAlloca.cpp1038 combineMetadataForCSE(cast<LoadInst>(AvailableVal), &LI, false); in visitLoadInst()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DLocal.cpp3292 void llvm::combineMetadataForCSE(Instruction *K, const Instruction *J, in combineMetadataForCSE() function in llvm
3394 combineMetadataForCSE(ReplInst, I, false); in patchReplacementInstruction()
H A DSimplifyCFG.cpp1681 combineMetadataForCSE(I1, I2, true); in hoistCommonCodeFromSuccessors()
2077 combineMetadataForCSE(I0, I, true); in sinkLastInstruction()