Home
last modified time | relevance | path

Searched refs:ICPcode (Results 1 – 2 of 2) sorted by relevance

/llvm-project-15.0.7/bolt/lib/Passes/
H A DIndirectCallPromotion.cpp748 MCPlusBuilder::BlocksVectorTy &&ICPcode, in rewriteCall() argument
780 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() local
1364 if (ICPcode.empty()) { in runOnFunctions()
1376 for (const auto &entry : ICPcode) { in runOnFunctions()
1389 rewriteCall(*BB, Inst, std::move(ICPcode), MethodInfo.second); in runOnFunctions()
/llvm-project-15.0.7/bolt/include/bolt/Passes/
H A DIndirectCallPromotion.h204 MCPlusBuilder::BlocksVectorTy &&ICPcode,