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