Home
last modified time | relevance | path

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

/external/llvm/include/llvm/Analysis/
DMemoryDependenceAnalysis.h324 typedef std::pair<NonLocalDepInfo, bool> PerInstNLInfo; typedef
327 typedef DenseMap<Instruction *, PerInstNLInfo> NonLocalDepMapType;
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/Analysis/
DMemoryDependenceAnalysis.h343 using PerInstNLInfo = std::pair<NonLocalDepInfo, bool>; variable
346 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-7.0/llvm/lib/Analysis/
DMemoryDependenceAnalysis.cpp787 PerInstNLInfo &CacheP = NonLocalDeps[QueryCS.getInstruction()]; in getNonLocalCallDependency()
1608 PerInstNLInfo &INLD = NonLocalDeps[I]; in removeInstruction()
1703 const PerInstNLInfo &INLD = DepKV.second; in verifyRemoved()