OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:nontrap
(Results
1 - 2
of
2
) sorted by relevancy
/src/external/gpl3/gcc.old/dist/gcc/
tree-ssa-phiopt.cc
179
hash_set<tree> *
nontrap
= 0;
local
185
nontrap
= get_non_trapping ();
293
if (cond_store_replacement (bb1, bb2, e1, e2,
nontrap
))
370
delete
nontrap
;
3020
expression into the set
NONTRAP
or the hash table of seen expressions.
3081
possibly insert the expression into the set
NONTRAP
or the hash table
3152
hash_set<tree> *
nontrap
= new hash_set<tree>;
local
3154
nontrapping_dom_walker (CDI_DOMINATORS,
nontrap
)
3158
return
nontrap
;
3179
edge e0, edge e1, hash_set<tree> *
nontrap
)
[
all
...]
/src/external/gpl3/gcc/dist/gcc/
tree-ssa-phiopt.cc
3191
expression into the set
NONTRAP
or the hash table of seen expressions.
3252
possibly insert the expression into the set
NONTRAP
or the hash table
3323
hash_set<tree> *
nontrap
= new hash_set<tree>;
local
3325
nontrapping_dom_walker (CDI_DOMINATORS,
nontrap
)
3329
return
nontrap
;
3350
edge e0, edge e1, hash_set<tree> *
nontrap
)
3381
if (!
nontrap
->contains (lhs))
4457
hash_set<tree> *
nontrap
= 0;
local
4469
nontrap
= get_non_trapping ();
4562
if (cond_store_replacement (bb1, bb2, e1, e2,
nontrap
))
[
all
...]
Completed in 97 milliseconds
Indexes created Wed Jun 24 00:24:50 UTC 2026