Searched refs:ICPcode (Results 1 – 2 of 2) sorted by relevance
748 MCPlusBuilder::BlocksVectorTy &&ICPcode, in rewriteCall() argument780 IndCallBlock.addInstructions(ICPcode.front().second.begin(), in rewriteCall()781 ICPcode.front().second.end()); in rewriteCall()784 ICPcode.front().second); in rewriteCall()787 for (auto Itr = ICPcode.begin() + 1; Itr != ICPcode.end(); ++Itr) { in rewriteCall()1356 MCPlusBuilder::BlocksVectorTy ICPcode = in runOnFunctions() local1364 if (ICPcode.empty()) { in runOnFunctions()1376 for (const auto &entry : ICPcode) { in runOnFunctions()1389 rewriteCall(*BB, Inst, std::move(ICPcode), MethodInfo.second); in runOnFunctions()
204 MCPlusBuilder::BlocksVectorTy &&ICPcode,