Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Analysis/
DMemoryDependenceAnalysis.h344 using NonLocalDepMapType = DenseMap<Instruction *, PerInstNLInfo>; variable
346 NonLocalDepMapType NonLocalDeps;
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Analysis/
DMemoryDependenceAnalysis.cpp1545 NonLocalDepMapType::iterator NLDI = NonLocalDeps.find(RemInst); in removeInstruction()