Home
last modified time | relevance | path

Searched refs:PerInstNLInfo (Results 1 – 6 of 6) sorted by relevance

/external/llvm/include/llvm/Analysis/
DMemoryDependenceAnalysis.h324 typedef std::pair<NonLocalDepInfo, bool> PerInstNLInfo; typedef
327 typedef DenseMap<Instruction *, PerInstNLInfo> NonLocalDepMapType;
/external/llvm-project/llvm/include/llvm/Analysis/
DMemoryDependenceAnalysis.h341 using PerInstNLInfo = std::pair<NonLocalDepInfo, bool>; variable
344 using NonLocalDepMapType = DenseMap<Instruction *, PerInstNLInfo>;
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Analysis/
DMemoryDependenceAnalysis.h341 using PerInstNLInfo = std::pair<NonLocalDepInfo, bool>; variable
344 using NonLocalDepMapType = DenseMap<Instruction *, PerInstNLInfo>;
/external/llvm/lib/Analysis/
DMemoryDependenceAnalysis.cpp751 PerInstNLInfo &CacheP = NonLocalDeps[QueryCS.getInstruction()]; in getNonLocalCallDependency()
1542 PerInstNLInfo &INLD = NonLocalDeps[I]; in removeInstruction()
1634 const PerInstNLInfo &INLD = DepKV.second; in verifyRemoved()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Analysis/
DMemoryDependenceAnalysis.cpp790 PerInstNLInfo &CacheP = NonLocalDeps[QueryCall]; in getNonLocalCallDependency()
1625 PerInstNLInfo &INLD = NonLocalDeps[I]; in removeInstruction()
1720 const PerInstNLInfo &INLD = DepKV.second; in verifyRemoved()
/external/llvm-project/llvm/lib/Analysis/
DMemoryDependenceAnalysis.cpp724 PerInstNLInfo &CacheP = NonLocalDeps[QueryCall]; in getNonLocalCallDependency()
1615 PerInstNLInfo &INLD = NonLocalDeps[I]; in removeInstruction()
1710 const PerInstNLInfo &INLD = DepKV.second; in verifyRemoved()