OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ProfileIsProbeBased
(Results
1 - 9
of
9
) sorted by relevancy
/src/external/apache2/llvm/dist/llvm/lib/ProfileData/
SampleProf.cpp
41
bool FunctionSamples::
ProfileIsProbeBased
= false;
123
if (FunctionSamples::
ProfileIsProbeBased
&&
215
if (FunctionSamples::
ProfileIsProbeBased
)
SampleProfWriter.cpp
177
if (!FunctionSamples::
ProfileIsProbeBased
&& !FunctionSamples::ProfileIsCS)
184
if (FunctionSamples::
ProfileIsProbeBased
)
249
if (Type == SecFuncMetadata && FunctionSamples::
ProfileIsProbeBased
)
433
if (FunctionSamples::
ProfileIsProbeBased
) {
780
if ((FunctionSamples::ProfileIsCS || FunctionSamples::
ProfileIsProbeBased
) &&
ProfileSummaryBuilder.cpp
116
if (!sampleprof::FunctionSamples::
ProfileIsProbeBased
||
SampleProfReader.cpp
344
ProfileIsProbeBased
= (ProbeProfileCount > 0);
345
FunctionSamples::
ProfileIsProbeBased
=
ProfileIsProbeBased
;
620
ProfileIsProbeBased
=
622
FunctionSamples::
ProfileIsProbeBased
=
ProfileIsProbeBased
;
972
if (
ProfileIsProbeBased
) {
/src/external/apache2/llvm/dist/llvm/include/llvm/ProfileData/
SampleProfReader.h
444
bool
profileIsProbeBased
() const { return
ProfileIsProbeBased
; }
500
bool
ProfileIsProbeBased
= false;
SampleProf.h
586
if (FunctionSamples::ProfileIsCS || FunctionSamples::
ProfileIsProbeBased
)
592
if (FunctionSamples::
ProfileIsProbeBased
&&
878
static bool
ProfileIsProbeBased
;
/src/external/apache2/llvm/dist/llvm/lib/Transforms/IPO/
SampleProfile.cpp
519
if (FunctionSamples::
ProfileIsProbeBased
)
550
assert(FunctionSamples::
ProfileIsProbeBased
&&
710
if (FunctionSamples::
ProfileIsProbeBased
) {
1459
if (FunctionSamples::
ProfileIsProbeBased
) {
1582
if (FunctionSamples::
ProfileIsProbeBased
) {
1815
if (Reader->
profileIsProbeBased
()) {
/src/external/apache2/llvm/dist/llvm/tools/llvm-profdata/
llvm-profdata.cpp
677
Optional<bool>
ProfileIsProbeBased
;
699
if (
ProfileIsProbeBased
.hasValue() &&
700
ProfileIsProbeBased
!= FunctionSamples::
ProfileIsProbeBased
)
703
ProfileIsProbeBased
= FunctionSamples::
ProfileIsProbeBased
;
1877
if (BaseReader->
profileIsProbeBased
() != TestReader->
profileIsProbeBased
())
/src/external/apache2/llvm/dist/llvm/tools/llvm-profgen/
ProfileGenerator.cpp
446
FunctionSamples::
ProfileIsProbeBased
= true;
Completed in 26 milliseconds
Indexes created Wed Sep 23 00:26:21 UTC 2026