Home
last modified time | relevance | path

Searched refs:ReplInst (Results 1 – 5 of 5) sorted by relevance

/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Scalar/
DGVNHoist.cpp244 static void combineKnownMetadata(Instruction *ReplInst, Instruction *I) { in combineKnownMetadata() argument
250 combineMetadata(ReplInst, I, KnownIDs, true); in combineKnownMetadata()
/external/llvm-project/llvm/lib/Transforms/Scalar/
DGVNHoist.cpp244 static void combineKnownMetadata(Instruction *ReplInst, Instruction *I) { in combineKnownMetadata() argument
253 combineMetadata(ReplInst, I, KnownIDs, true); in combineKnownMetadata()
/external/llvm/lib/Transforms/Scalar/
DGVN.cpp1740 auto *ReplInst = dyn_cast<Instruction>(Repl); in patchReplacementInstruction() local
1741 if (!ReplInst) in patchReplacementInstruction()
1746 ReplInst->andIRFlags(I); in patchReplacementInstruction()
1762 combineMetadata(ReplInst, I, KnownIDs); in patchReplacementInstruction()
/external/llvm-project/llvm/lib/Transforms/Utils/
DLocal.cpp2579 auto *ReplInst = dyn_cast<Instruction>(Repl); in patchReplacementInstruction() local
2580 if (!ReplInst) in patchReplacementInstruction()
2590 ReplInst->andIRFlags(I); in patchReplacementInstruction()
2607 combineMetadata(ReplInst, I, KnownIDs, false); in patchReplacementInstruction()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Utils/
DLocal.cpp2445 auto *ReplInst = dyn_cast<Instruction>(Repl); in patchReplacementInstruction() local
2446 if (!ReplInst) in patchReplacementInstruction()
2456 ReplInst->andIRFlags(I); in patchReplacementInstruction()
2473 combineMetadata(ReplInst, I, KnownIDs, false); in patchReplacementInstruction()