Home
last modified time | relevance | path

Searched refs:isFunctionExcluded (Results 1 – 3 of 3) sorted by relevance

/llvm-project-15.0.7/clang/include/clang/Basic/
H A DProfileList.h42 isFunctionExcluded(StringRef FunctionName,
/llvm-project-15.0.7/clang/lib/Basic/
H A DProfileList.cpp89 ProfileList::isFunctionExcluded(StringRef FunctionName, in isFunctionExcluded() function in ProfileList
/llvm-project-15.0.7/clang/lib/CodeGen/
H A DCodeGenModule.cpp2903 Optional<bool> V = ProfileList.isFunctionExcluded(Fn->getName(), Kind); in isFunctionBlockedByProfileList()