OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:isFunctionColdInCallGraph
(Results
1 - 3
of
3
) sorted by null
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/Analysis/
ProfileSummaryInfo.h
100
bool
isFunctionColdInCallGraph
(const Function *F, BlockFrequencyInfo &BFI);
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Analysis/
ProfileSummaryInfo.cpp
152
bool ProfileSummaryInfo::
isFunctionColdInCallGraph
(const Function *F,
/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/
CodeGenPrepare.cpp
405
else if (PSI->
isFunctionColdInCallGraph
(&F, *BFI))
[
all
...]
Completed in 293 milliseconds