Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Analysis/
H A DMemoryDependenceAnalysis.cpp1636 PerInstNLInfo &INLD = NonLocalDepsMap[I]; in removeInstruction() local
1638 INLD.second = true; in removeInstruction()
1640 for (auto &Entry : INLD.first) { in removeInstruction()
1728 const PerInstNLInfo &INLD = DepKV.second; in verifyRemoved() local
1729 for (const auto &Entry : INLD.first) in verifyRemoved()