Searched refs:cfgStmtMap (Results 1 – 2 of 2) sorted by relevance
243 if (cfgStmtMap) in getCFGStmtMap()244 return cfgStmtMap.get(); in getCFGStmtMap()247 cfgStmtMap.reset(CFGStmtMap::Build(c, &getParentMap())); in getCFGStmtMap()248 return cfgStmtMap.get(); in getCFGStmtMap()
74 std::unique_ptr<CFGStmtMap> cfgStmtMap; variable