Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DMergedLoadStoreMotion.cpp260 combineMetadataForCSE(S0, S1, true); in sinkStoresAndGEPs()
H A DGVNSink.cpp835 combineMetadataForCSE(I0, I, true); in sinkLastInstruction()
H A DGVNHoist.cpp985 combineMetadataForCSE(Repl, I, true); in rauw()
H A DJumpThreading.cpp1257 combineMetadataForCSE(NLoadI, LoadI, false); in simplifyPartiallyRedundantLoad()
1448 combineMetadataForCSE(PredLoadI, LoadI, true); in simplifyPartiallyRedundantLoad()
H A DGVN.cpp1167 combineMetadataForCSE(CoercedLoad, Load, false); in MaterializeAdjustedValue()
1624 combineMetadataForCSE(NewLoad, OldLoad, false); in eliminatePartiallyRedundantLoad()
H A DEarlyCSE.cpp1602 combineMetadataForCSE(I, &Inst, false); in processNode()
/freebsd/contrib/llvm-project/llvm/include/llvm/Transforms/Utils/
H A DLocal.h439 LLVM_ABI void combineMetadataForCSE(Instruction *K, const Instruction *J,
/freebsd/contrib/llvm-project/llvm/lib/Transforms/InstCombine/
H A DInstCombineLoadStoreAlloca.cpp1084 combineMetadataForCSE(cast<LoadInst>(AvailableVal), &LI, false); in visitLoadInst()
H A DInstCombinePHI.cpp775 combineMetadataForCSE(NewLI, LI, true); in foldPHIArgLoadIntoPHI()
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DLocal.cpp3441 void llvm::combineMetadataForCSE(Instruction *K, const Instruction *J, in combineMetadataForCSE() function in llvm
3543 combineMetadataForCSE(ReplInst, I, false); in patchReplacementInstruction()
H A DSimplifyCFG.cpp1969 combineMetadataForCSE(I1, I2, true); in hoistCommonCodeFromSuccessors()
2315 combineMetadataForCSE(I0, I, true); in sinkLastInstruction()