Home
last modified time | relevance | path

Searched refs:too_large (Results 1 – 9 of 9) sorted by relevance

/NextBSD/contrib/llvm/lib/ProfileData/
HDSampleProf.cpp33 case sampleprof_error::too_large: in message()
HDInstrProf.cpp39 case instrprof_error::too_large: in message()
HDInstrProfReader.cpp48 return instrprof_error::too_large; in create()
82 return instrprof_error::too_large; in create()
HDSampleProfReader.cpp368 return sampleprof_error::too_large; in setupMemoryBuffer()
/NextBSD/contrib/llvm/include/llvm/ProfileData/
HDInstrProf.h34 too_large, enumerator
HDSampleProf.h32 too_large, enumerator
/NextBSD/contrib/gcc/
HDsched-rgn.c144 static bool too_large (int, int *, int *);
446 too_large (int block, int *num_bbs, int *num_insns) in too_large() function
777 if (too_large (jbb->index, &num_bbs, &num_insns)) in find_rgns()
801 if (too_large (node, &num_bbs, &num_insns)) in find_rgns()
862 if (too_large (node, &num_bbs, &num_insns)) in find_rgns()
1177 large = too_large (bbn, &num_bbs, &num_insns); in extend_rgns()
1198 if ((large = too_large (succn, &num_bbs, &num_insns))) in extend_rgns()
HDChangeLog-20001710 debug_regions, find_single_block_region, find_rgns, too_large,
HDChangeLog-200437593 (too_large): Return bool. Convert to PARAM_VALUE.