Home
last modified time | relevance | path

Searched refs:hasHugeWorkingSetSize (Results 1 – 4 of 4) sorted by relevance

/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/Analysis/
DProfileSummaryInfo.h92 bool hasHugeWorkingSetSize();
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Analysis/
DProfileSummaryInfo.cpp208 bool ProfileSummaryInfo::hasHugeWorkingSetSize() { in hasHugeWorkingSetSize() function in ProfileSummaryInfo
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Scalar/
DLoopUnrollPass.cpp1345 if (PSI && PSI->hasHugeWorkingSetSize()) in run()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/
DCodeGenPrepare.cpp411 if (!OptSize && !PSI->hasHugeWorkingSetSize() && TLI && in runOnFunction()