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

/freebsd-10.0-release/contrib/llvm/tools/clang/lib/StaticAnalyzer/Frontend/
H A DAnalysisConsumer.cpp741 VMap::iterator DstI= M.find(Dst); local
744 if (DstI == M.end()) {
750 DstID = DstI->second;
/freebsd-10.0-release/contrib/llvm/lib/Analysis/
H A DDependenceAnalysis.cpp157 for (inst_iterator DstI = SrcI, DstE = inst_end(F);
158 DstI != DstE; ++DstI) {
159 if (isa<StoreInst>(*DstI) || isa<LoadInst>(*DstI)) {
161 if (Dependence *D = DA->depends(&*SrcI, &*DstI, true)) {
/freebsd-10.0-release/contrib/llvm/tools/clang/lib/StaticAnalyzer/Core/
H A DExprEngine.cpp416 ExplodedNodeSet DstI; local
418 Visit(currStmt, *I, DstI);
419 Dst.insert(DstI);

Completed in 118 milliseconds