Home
last modified time | relevance | path

Searched refs:cpyDestInst (Results 1 – 3 of 3) sorted by relevance

/external/swiftshader/third_party/LLVM/lib/Transforms/Scalar/
DMemCpyOptimizer.cpp656 if (Instruction *cpyDestInst = dyn_cast<Instruction>(cpyDest)) in performCallSlotOptzn() local
657 if (!DT.dominates(cpyDestInst, C)) in performCallSlotOptzn()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Scalar/
DMemCpyOptimizer.cpp936 if (Instruction *cpyDestInst = dyn_cast<Instruction>(cpyDest)) in performCallSlotOptzn() local
937 if (!DT.dominates(cpyDestInst, C)) in performCallSlotOptzn()
/external/llvm/lib/Transforms/Scalar/
DMemCpyOptimizer.cpp897 if (Instruction *cpyDestInst = dyn_cast<Instruction>(cpyDest)) in performCallSlotOptzn() local
898 if (!DT.dominates(cpyDestInst, C)) in performCallSlotOptzn()