OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:other_e
(Results
1 - 3
of
3
) sorted by relevancy
/src/external/gpl3/gcc/dist/gcc/
cfg.cc
933
edge
other_e
= NULL;
939
other_e
= e2;
946
other_e
->probability = new_prob.invert ();
925
edge
other_e
= NULL;
local
/src/external/gpl3/gcc.old/dist/gcc/
cfgloopmanip.cc
558
edge
other_e
;
local
559
FOR_EACH_EDGE (
other_e
, ei, e->src->succs)
560
if (!(
other_e
->flags & (EDGE_ABNORMAL | EDGE_FAKE))
561
&& e !=
other_e
)
568
other_e
->probability = e->probability.invert ();
571
if (
other_e
->dest != loop->header
572
&&
other_e
->dest != loop->latch
predict.cc
4509
edge
other_e
;
4511
FOR_EACH_EDGE (
other_e
, ei, e->src->succs)
4512
if (
other_e
!= e)
4518
other_e
->probability = cumulative_prob.invert ();
4521
other_e
->probability /= old_other_prob;
4522
other_e
->probability *= new_other_prob;
4523
cumulative_prob +=
other_e
->probability;
4505
edge
other_e
;
local
Completed in 57 milliseconds
Indexes created Wed Mar 04 15:26:31 UTC 2026