Home
last modified time | relevance | path

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

/minix3/external/bsd/llvm/dist/llvm/include/llvm/Transforms/Utils/
H A DLocal.h291 void combineMetadata(Instruction *K, const Instruction *J, ArrayRef<unsigned> KnownIDs);
/minix3/external/bsd/llvm/dist/llvm/lib/Transforms/Scalar/
H A DMemCpyOptimizer.cpp761 combineMetadata(C, cpy, KnownIDs); in performCallSlotOptzn()
H A DGVN.cpp1811 combineMetadata(ReplInst, I, KnownIDs); in patchReplacementInstruction()
/minix3/external/bsd/llvm/dist/llvm/lib/Transforms/Utils/
H A DLocal.cpp1312 void llvm::combineMetadata(Instruction *K, const Instruction *J, ArrayRef<unsigned> KnownIDs) { in combineMetadata() function in llvm
H A DSimplifyCFG.cpp1131 combineMetadata(I1, I2, KnownIDs); in HoistThenElseCodeToIf()
/minix3/external/bsd/llvm/dist/llvm/lib/Transforms/Vectorize/
H A DBBVectorize.cpp3119 combineMetadata(K, H, KnownIDs); in fuseChosenPairs()