Home
last modified time | relevance | path

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

/openbsd/src/gnu/llvm/llvm/lib/Analysis/
DMemoryDependenceAnalysis.cpp1678 for (const auto &DepKV : LocalDeps) { in verifyRemoved() local
1679 assert(DepKV.first != D && "Inst occurs in data structures"); in verifyRemoved()
1680 assert(DepKV.second.getInst() != D && "Inst occurs in data structures"); in verifyRemoved()
1683 for (const auto &DepKV : NonLocalPointerDeps) { in verifyRemoved() local
1684 assert(DepKV.first.getPointer() != D && "Inst occurs in NLPD map key"); in verifyRemoved()
1685 for (const auto &Entry : DepKV.second.NonLocalDeps) in verifyRemoved()
1689 for (const auto &DepKV : NonLocalDepsMap) { in verifyRemoved() local
1690 assert(DepKV.first != D && "Inst occurs in data structures"); in verifyRemoved()
1691 const PerInstNLInfo &INLD = DepKV.second; in verifyRemoved()
1697 for (const auto &DepKV : ReverseLocalDeps) { in verifyRemoved() local
[all …]