Home
last modified time | relevance | path

Searched refs:ProfileSampleAccurate (Results 1 – 5 of 5) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/IPO/
H A DSampleProfile.cpp139 static cl::opt<bool> ProfileSampleAccurate( variable
1030 (!ProfileSampleAccurate && in inlineHotFunctions()
1308 (!ProfileSampleAccurate && in inlineHotFunctionsWithPriority()
1782 ProfileAccurateForSymsInList && PSL && !ProfileSampleAccurate; in doInitialization()
1915 if (ProfileSampleAccurate || F.hasFnAttribute("profile-sample-accurate")) { in runOnFunction()
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/IR/
H A DAttributes.td276 def ProfileSampleAccurate : StrBoolAttr<"profile-sample-accurate">;
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Basic/
H A DCodeGenOptions.def276 CODEGENOPT(ProfileSampleAccurate, 1, 0) ///< Sample profile is accurate.
/netbsd-src/external/apache2/llvm/dist/clang/lib/CodeGen/
H A DCodeGenFunction.cpp878 if (CGM.getCodeGenOpts().ProfileSampleAccurate) in StartFunction()
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Driver/
H A DOptions.td1140 MarshallingInfoFlag<CodeGenOpts<"ProfileSampleAccurate">>;