Searched refs:cfgStmtMap (Results 1 – 2 of 2) sorted by relevance
219 if (cfgStmtMap) in getCFGStmtMap()220 return cfgStmtMap.get(); in getCFGStmtMap()223 cfgStmtMap.reset(CFGStmtMap::Build(c, &getParentMap())); in getCFGStmtMap()224 return cfgStmtMap.get(); in getCFGStmtMap()
73 std::unique_ptr<CFGStmtMap> cfgStmtMap; variable