HomeSort by: relevance | last modified time | path
    Searched defs:reliable (Results 1 - 7 of 7) sorted by relevancy

  /src/sys/external/bsd/drm2/dist/drm/nouveau/dispnv04/
nouveau_dispnv04_tvnv17.c 156 bool reliable = get_tv_detect_quirks(dev, &tv_enc->pin_mask); local
161 if (reliable) {
194 if (!reliable) {
  /src/external/gpl3/gcc/dist/gcc/
cfgloopanal.cc 268 RELIABLE is set if profile indiates that the returned value should be
272 This function uses only CFG profile. We track more reliable info in
278 bool *reliable)
281 if (reliable)
282 *reliable = false;
285 It also may be reliable while loop itself was adjusted. */
297 if (reliable)
306 *reliable = false;
309 *reliable = count_in.reliable_p () && header_count.reliable_p ();
332 bool reliable; local
    [all...]
cfgloop.cc 2006 LOOP. If we have no reliable estimate, the function returns false, otherwise
2017 bool reliable;
2018 if (expected_loop_iterations_by_profile (loop, &snit, &reliable)
2019 && reliable)
2032 latch of the LOOP. If we have no reliable estimate, the function returns
2066 latch of the LOOP. If we have no reliable estimate, the function returns
2016 bool reliable; local
profile.cc 1611 bool reliable;
1617 && expected_loop_iterations_by_profile (loop, &nit, &reliable)
1618 && reliable)
1610 bool reliable; local
tree-ssa-loop-niter.cc 4103 IDX of a data reference accessed in STMT. RELIABLE is true if STMT is
4208 of arrays in the data reference REF accessed in STMT. RELIABLE is true if
4222 arrays are used in STMT. RELIABLE is true if STMT is guaranteed to be
4382 bool reliable; local
4389 use the operations in it to infer reliable upper bound on the
4391 Reliable guesses come only from array bounds. */
4392 reliable = dominated_by_p (CDI_DOMINATORS, loop->latch, bb);
4400 if (reliable)
4798 bool reliable; local
4812 && expected_loop_iterations_by_profile (loop, &nit, &reliable)
    [all...]
tree-cfg.cc 8638 bool reliable; local
8640 if (loop->num && expected_loop_iterations_by_profile (loop, &iterations, &reliable))
8643 iterations.to_double (), reliable ? "reliable" : "unreliable",
  /src/external/gpl3/gcc.old/dist/gcc/
tree-ssa-loop-niter.cc 3686 IDX of a data reference accessed in STMT. RELIABLE is true if STMT is
3788 of arrays in the data reference REF accessed in STMT. RELIABLE is true if
3802 arrays are used in STMT. RELIABLE is true if STMT is guaranteed to be
3960 bool reliable; local
3967 use the operations in it to infer reliable upper bound on the
3969 Reliable guesses come only from array bounds. */
3970 reliable = dominated_by_p (CDI_DOMINATORS, loop->latch, bb);
3978 if (reliable)
4449 large as the number of iterations. If we have no reliable estimate,
4485 latch of the LOOP. If we have no reliable estimate, the function return
    [all...]

Completed in 43 milliseconds