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