代码搜索:DOM
找到约 10,000 项符合「DOM」的源代码
代码结果 10,000
www.eeworm.com/read/366702/2883225
c ssa-dom-cse-1.c
/* { dg-do compile } */
/* { dg-options "-O2 -fdump-tree-fre-details" } */
int t(int a) __attribute__ ((const));
void q (void);
void
threading(int a,int b)
{
if (t(a))
{
if (t(a))
q();
}
}
www.eeworm.com/read/366702/2883407
c ssa-dom-thread-2.c
/* { dg-do compile } */
/* { dg-options "-O2 -fdump-tree-vrp1-stats -fdump-tree-dom1-stats" } */
void foo();
void bla();
void bar();
/* In the following two cases, we should be able to thread edge
www.eeworm.com/read/162614/5530452
c ssa-dom-ccp-1.c
/* { dg-do compile } */
/* { dg-options "-O2 -fdump-tree-optimized" } */
int t(int a) __attribute__ ((const));
void abort (void);
int
ccp(int b)
{
int a=1;
a++;
a++;
a++;
if (b)
abort();
ret
www.eeworm.com/read/162614/5530490
c ssa-dom-thread-1.c
/* { dg-do compile } */
/* { dg-options "-O2 -fdump-tree-dom1-details" } */
void t(void);
void q(void);
void q1(void);
void
threading(int a,int b)
{
if (a>b)
t();
else
q();
if (a
www.eeworm.com/read/162614/5530541
c ssa-dom-cse-1.c
/* { dg-do compile } */
/* { dg-options "-O2 -fdump-tree-fre-details" } */
int t(int a) __attribute__ ((const));
void q (void);
void
threading(int a,int b)
{
if (t(a))
{
if (t(a))
q();
}
}
www.eeworm.com/read/475938/6770249
jar dom4j-1.6.1.jar
www.eeworm.com/read/474084/6832516
jar dom4j-1.6.1.jar
www.eeworm.com/read/394758/8209037
jar dom4j-1.6.1.jar
www.eeworm.com/read/193224/8246534
jar dom4j-1.6.jar
www.eeworm.com/read/412794/11182327