Searched defs:Dbgs (Results 1 - 1 of 1) sorted by relevance
/external/llvm/lib/Transforms/Utils/ | ||
H A D | Local.cpp | 1094 SmallVector<DbgDeclareInst *, 4> Dbgs; local 1098 Dbgs.push_back(DDI); 1100 if (Dbgs.empty()) 1103 for (auto &I : Dbgs) { |
Completed in 393 milliseconds