Searched refs:combineMetadataForCSE (Results 1 – 8 of 8) sorted by relevance
| /freebsd-14.2/contrib/llvm-project/llvm/include/llvm/Transforms/Utils/ |
| H A D | Local.h | 411 void combineMetadataForCSE(Instruction *K, const Instruction *J,
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/Transforms/Scalar/ |
| H A D | GVNSink.cpp | 870 combineMetadataForCSE(I0, I, true); in sinkLastInstruction()
|
| H A D | JumpThreading.cpp | 1273 combineMetadataForCSE(NLoadI, LoadI, false); in simplifyPartiallyRedundantLoad() 1466 combineMetadataForCSE(PredLoadI, LoadI, true); in simplifyPartiallyRedundantLoad()
|
| H A D | GVN.cpp | 1026 combineMetadataForCSE(CoercedLoad, Load, false); in MaterializeAdjustedValue() 1464 combineMetadataForCSE(NewLoad, OldLoad, false); in eliminatePartiallyRedundantLoad()
|
| H A D | EarlyCSE.cpp | 1590 combineMetadataForCSE(I, &Inst, false); in processNode()
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/Transforms/InstCombine/ |
| H A D | InstCombineLoadStoreAlloca.cpp | 1038 combineMetadataForCSE(cast<LoadInst>(AvailableVal), &LI, false); in visitLoadInst()
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/Transforms/Utils/ |
| H A D | Local.cpp | 3292 void llvm::combineMetadataForCSE(Instruction *K, const Instruction *J, in combineMetadataForCSE() function in llvm 3394 combineMetadataForCSE(ReplInst, I, false); in patchReplacementInstruction()
|
| H A D | SimplifyCFG.cpp | 1681 combineMetadataForCSE(I1, I2, true); in hoistCommonCodeFromSuccessors() 2077 combineMetadataForCSE(I0, I, true); in sinkLastInstruction()
|