Searched refs:InlinedAts (Results 1 – 2 of 2) sorted by relevance
30 InlinedAts.push_back({DenseMap<StringRef, DenseMap<VarID, DILocation *>>()}); in setup()36 assert(!InlinedAts.empty() && "InlinedAts shouldn't be empty!"); in cleanup()38 InlinedAts.pop_back(); in cleanup()47 auto It = InlinedAts.back().find(FuncName); in calculateDroppedStatsAndPrint()48 if (It == InlinedAts.back().end()) in calculateDroppedStatsAndPrint()93 auto &InlinedAtsMap = InlinedAts.back(); in run()
76 SmallVector<DenseMap<StringRef, DenseMap<VarID, DILocation *>>> InlinedAts; variable