Home
last modified time | relevance | path

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

/external/clang/lib/StaticAnalyzer/Frontend/
DAnalysisConsumer.cpp767 VMap::iterator DstI= M.find(Dst); in AddEdge() local
770 if (DstI == M.end()) { in AddEdge()
776 DstID = DstI->second; in AddEdge()
/external/llvm/lib/Analysis/
DDependenceAnalysis.cpp170 for (inst_iterator DstI = SrcI, DstE = inst_end(F); in dumpExampleDependence() local
171 DstI != DstE; ++DstI) { in dumpExampleDependence()
172 if (isa<StoreInst>(*DstI) || isa<LoadInst>(*DstI)) { in dumpExampleDependence()
174 if (auto D = DA->depends(&*SrcI, &*DstI, true)) { in dumpExampleDependence()
/external/clang/lib/StaticAnalyzer/Core/
DExprEngine.cpp446 ExplodedNodeSet DstI; in ProcessStmt() local
448 Visit(currStmt, *I, DstI); in ProcessStmt()
449 Dst.insert(DstI); in ProcessStmt()