Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/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()
/third_party/skia/third_party/externals/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()