Searched refs:liveFunctions (Results 1 – 1 of 1) sorted by relevance
140 if (liveFunctions.find(call->getName()) == liveFunctions.end()) { in addFunctionCall()141 liveFunctions.insert(call->getName()); in addFunctionCall()157 TLiveFunctions liveFunctions; variable