Searched refs:combineMetadata (Results 1 – 6 of 6) sorted by relevance
| /minix3/external/bsd/llvm/dist/llvm/include/llvm/Transforms/Utils/ |
| H A D | Local.h | 291 void combineMetadata(Instruction *K, const Instruction *J, ArrayRef<unsigned> KnownIDs);
|
| /minix3/external/bsd/llvm/dist/llvm/lib/Transforms/Scalar/ |
| H A D | MemCpyOptimizer.cpp | 761 combineMetadata(C, cpy, KnownIDs); in performCallSlotOptzn()
|
| H A D | GVN.cpp | 1811 combineMetadata(ReplInst, I, KnownIDs); in patchReplacementInstruction()
|
| /minix3/external/bsd/llvm/dist/llvm/lib/Transforms/Utils/ |
| H A D | Local.cpp | 1312 void llvm::combineMetadata(Instruction *K, const Instruction *J, ArrayRef<unsigned> KnownIDs) { in combineMetadata() function in llvm
|
| H A D | SimplifyCFG.cpp | 1131 combineMetadata(I1, I2, KnownIDs); in HoistThenElseCodeToIf()
|
| /minix3/external/bsd/llvm/dist/llvm/lib/Transforms/Vectorize/ |
| H A D | BBVectorize.cpp | 3119 combineMetadata(K, H, KnownIDs); in fuseChosenPairs()
|