OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:vuse_stmt
(Results
1 - 2
of
2
) sorted by relevancy
/src/external/gpl3/gcc/dist/gcc/
tree-ssa-sink.cc
708
gimple *
vuse_stmt
;
local
710
FOR_EACH_IMM_USE_STMT (
vuse_stmt
, iter, gimple_vdef (stmt))
711
if (gimple_code (
vuse_stmt
) != GIMPLE_PHI)
/src/external/gpl3/gcc.old/dist/gcc/
tree-ssa-sink.cc
729
gimple *
vuse_stmt
;
local
731
FOR_EACH_IMM_USE_STMT (
vuse_stmt
, iter, gimple_vdef (stmt))
732
if (gimple_code (
vuse_stmt
) != GIMPLE_PHI)
Completed in 15 milliseconds
Indexes created Sun Apr 19 00:22:55 UTC 2026