Searched refs:combineMetadata (Results 1 – 7 of 7) sorted by relevance
| /openbsd-src/gnu/llvm/llvm/include/llvm/Transforms/Utils/ |
| H A D | Local.h | 377 void combineMetadata(Instruction *K, const Instruction *J,
|
| /openbsd-src/gnu/llvm/llvm/lib/Transforms/Scalar/ |
| H A D | MemCpyOptimizer.cpp | 1147 combineMetadata(C, cpyLoad, KnownIDs, true); in performCallSlotOptzn() 1149 combineMetadata(C, cpyStore, KnownIDs, true); in performCallSlotOptzn()
|
| H A D | GVNHoist.cpp | 253 combineMetadata(ReplInst, I, KnownIDs, true); in combineKnownMetadata()
|
| /openbsd-src/gnu/llvm/llvm/docs/ |
| H A D | AssignmentTracking.md | 152 attachments are automatically merged if `combineMetadata` is called. One way or
|
| /openbsd-src/gnu/llvm/llvm/lib/Transforms/Utils/ |
| H A D | Local.cpp | 2630 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 D | SimplifyCFG.cpp | 1633 combineMetadata(I1, I2, KnownIDs, true); in HoistThenElseCodeToIf()
|
| /openbsd-src/gnu/llvm/llvm/lib/Transforms/InstCombine/ |
| H A D | InstCombinePHI.cpp | 758 combineMetadata(NewLI, LI, KnownIDs, true); in foldPHIArgLoadIntoPHI()
|