Home
last modified time | relevance | path

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

/NextBSD/contrib/llvm/lib/Analysis/
HDMemoryDependenceAnalysis.cpp1547 PerInstNLInfo &INLD = NonLocalDeps[I]; in removeInstruction() local
1549 INLD.second = true; in removeInstruction()
1551 for (NonLocalDepInfo::iterator DI = INLD.first.begin(), in removeInstruction()
1552 DE = INLD.first.end(); DI != DE; ++DI) { in removeInstruction()
1644 const PerInstNLInfo &INLD = I->second; in verifyRemoved() local
1645 for (NonLocalDepInfo::const_iterator II = INLD.first.begin(), in verifyRemoved()
1646 EE = INLD.first.end(); II != EE; ++II) in verifyRemoved()