Lines Matching refs:ProfiledFunctions
405 std::unordered_set<const BinaryFunction *> ProfiledFunctions; in collectProfiledFunctions() local
406 if (collectFunctionsFromRawProfile(ProfiledFunctions)) in collectProfiledFunctions()
407 Binary->setProfiledFunctions(ProfiledFunctions); in collectProfiledFunctions()
408 else if (collectFunctionsFromLLVMProfile(ProfiledFunctions)) in collectProfiledFunctions()
409 Binary->setProfiledFunctions(ProfiledFunctions); in collectProfiledFunctions()
415 std::unordered_set<const BinaryFunction *> &ProfiledFunctions) { in collectFunctionsFromRawProfile() argument
426 ProfiledFunctions.insert(FRange->Func); in collectFunctionsFromRawProfile()
433 ProfiledFunctions.insert(FRange->Func); in collectFunctionsFromRawProfile()
440 ProfiledFunctions.insert(FRange->Func); in collectFunctionsFromRawProfile()
442 ProfiledFunctions.insert(FRange->Func); in collectFunctionsFromRawProfile()
449 std::unordered_set<const BinaryFunction *> &ProfiledFunctions) { in collectFunctionsFromLLVMProfile() argument
452 ProfiledFunctions.insert(Func); in collectFunctionsFromLLVMProfile()
458 std::unordered_set<const BinaryFunction *> &ProfiledFunctions) { in collectFunctionsFromLLVMProfile() argument
462 ProfiledFunctions.insert(Func); in collectFunctionsFromLLVMProfile()
792 std::unordered_set<const BinaryFunction *> ProfiledFunctions; in computeSizeForProfiledFunctions() local