Searched refs:cfgStmtMap (Results 1 – 2 of 2) sorted by relevance
251 if (cfgStmtMap) in getCFGStmtMap()252 return cfgStmtMap.get(); in getCFGStmtMap()255 cfgStmtMap.reset(CFGStmtMap::Build(c, &getParentMap())); in getCFGStmtMap()256 return cfgStmtMap.get(); in getCFGStmtMap()
80 std::unique_ptr<CFGStmtMap> cfgStmtMap; variable