Home
last modified time | relevance | path

Searched refs:combineMetadata (Results 1 – 7 of 7) sorted by relevance

/openbsd-src/gnu/llvm/llvm/include/llvm/Transforms/Utils/
H A DLocal.h377 void combineMetadata(Instruction *K, const Instruction *J,
/openbsd-src/gnu/llvm/llvm/lib/Transforms/Scalar/
H A DMemCpyOptimizer.cpp1147 combineMetadata(C, cpyLoad, KnownIDs, true); in performCallSlotOptzn()
1149 combineMetadata(C, cpyStore, KnownIDs, true); in performCallSlotOptzn()
H A DGVNHoist.cpp253 combineMetadata(ReplInst, I, KnownIDs, true); in combineKnownMetadata()
/openbsd-src/gnu/llvm/llvm/docs/
H A DAssignmentTracking.md152 attachments are automatically merged if `combineMetadata` is called. One way or
/openbsd-src/gnu/llvm/llvm/lib/Transforms/Utils/
H A DLocal.cpp2630 void llvm::combineMetadata(Instruction *K, const Instruction *J, in combineMetadata() function in llvm
2724 combineMetadata(K, J, KnownIDs, KDominatesJ); in combineMetadataForCSE()
2808 combineMetadata(ReplInst, I, KnownIDs, false); in patchReplacementInstruction()
H A DSimplifyCFG.cpp1633 combineMetadata(I1, I2, KnownIDs, true); in HoistThenElseCodeToIf()
/openbsd-src/gnu/llvm/llvm/lib/Transforms/InstCombine/
H A DInstCombinePHI.cpp758 combineMetadata(NewLI, LI, KnownIDs, true); in foldPHIArgLoadIntoPHI()