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

/external/clang/lib/StaticAnalyzer/Frontend/
H A DAnalysisConsumer.cpp752 VMap::iterator DstI= M.find(Dst); local
755 if (DstI == M.end()) {
761 DstID = DstI->second;
/external/llvm/lib/Analysis/
H A DDependenceAnalysis.cpp162 for (inst_iterator DstI = SrcI, DstE = inst_end(F);
163 DstI != DstE; ++DstI) {
164 if (isa<StoreInst>(*DstI) || isa<LoadInst>(*DstI)) {
166 if (Dependence *D = DA->depends(&*SrcI, &*DstI, true)) {
/external/clang/lib/StaticAnalyzer/Core/
H A DExprEngine.cpp435 ExplodedNodeSet DstI; local
437 Visit(currStmt, *I, DstI);
438 Dst.insert(DstI);

Completed in 260 milliseconds