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