Home
last modified time | relevance | path

Searched refs:getCallTargets (Results 1 – 8 of 8) sorted by relevance

/llvm-project-15.0.7/bolt/include/bolt/Passes/
H A DIndirectCallPromotion.h178 std::vector<Callsite> getCallTargets(BinaryBasicBlock &BB,
/llvm-project-15.0.7/llvm/include/llvm/ProfileData/
H A DSampleProf.h385 const CallTargetMap &getCallTargets() const { return CallTargets; }
835 return ret->second.getCallTargets();
845 return Ret->second.getCallTargets();
990 for (const auto &TS : BS.second.getCallTargets())
/llvm-project-15.0.7/llvm/lib/ProfileData/
H A DSampleProf.cpp123 for (const auto &I : Other.getCallTargets()) { in merge()
275 for (const auto &TS : BS.second.getCallTargets()) in findAllNames()
H A DSampleProfWriter.cpp556 for (const auto &J : Sample.getCallTargets()) in addNames()
790 encodeULEB128(Sample.getCallTargets().size(), OS); in writeBody()
/llvm-project-15.0.7/llvm/include/llvm/Transforms/IPO/
H A DProfiledCallGraph.h162 for (const auto &Target : Sample.second.getCallTargets()) { in addProfiledCalls()
/llvm-project-15.0.7/bolt/lib/Passes/
H A DIndirectCallPromotion.cpp236 IndirectCallPromotion::getCallTargets(BinaryBasicBlock &BB, in getCallTargets() function in llvm::bolt::IndirectCallPromotion
1182 for (const Callsite &BInfo : getCallTargets(BB, Inst)) in runOnFunctions()
1275 std::vector<Callsite> Targets = getCallTargets(*BB, Inst); in runOnFunctions()
/llvm-project-15.0.7/llvm/lib/Transforms/IPO/
H A DSampleProfile.cpp1058 for (const auto &TS : BS.second.getCallTargets()) in findExternalInlineCandidate()
/llvm-project-15.0.7/llvm/tools/llvm-profdata/
H A Dllvm-profdata.cpp660 for (const auto &Target : BodySample.second.getCallTargets()) { in remapSamples()