Searched refs:calls_to_remove (Results 1 – 1 of 1) sorted by relevance
1706 std::vector<CallInst *> calls_to_remove; in RemoveCXAAtExit() local1733 calls_to_remove.push_back(call); in RemoveCXAAtExit()1736 for (std::vector<CallInst *>::iterator ci = calls_to_remove.begin(), ce = calls_to_remove.end(); in RemoveCXAAtExit()