Searched refs:getCallTargets (Results 1 – 8 of 8) sorted by relevance
178 std::vector<Callsite> getCallTargets(BinaryBasicBlock &BB,
385 const CallTargetMap &getCallTargets() const { return CallTargets; }835 return ret->second.getCallTargets();845 return Ret->second.getCallTargets();990 for (const auto &TS : BS.second.getCallTargets())
123 for (const auto &I : Other.getCallTargets()) { in merge()275 for (const auto &TS : BS.second.getCallTargets()) in findAllNames()
556 for (const auto &J : Sample.getCallTargets()) in addNames()790 encodeULEB128(Sample.getCallTargets().size(), OS); in writeBody()
162 for (const auto &Target : Sample.second.getCallTargets()) { in addProfiledCalls()
236 IndirectCallPromotion::getCallTargets(BinaryBasicBlock &BB, in getCallTargets() function in llvm::bolt::IndirectCallPromotion1182 for (const Callsite &BInfo : getCallTargets(BB, Inst)) in runOnFunctions()1275 std::vector<Callsite> Targets = getCallTargets(*BB, Inst); in runOnFunctions()
1058 for (const auto &TS : BS.second.getCallTargets()) in findExternalInlineCandidate()
660 for (const auto &Target : BodySample.second.getCallTargets()) { in remapSamples()