OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:DCE
(Results
1 - 4
of
4
) sorted by null
/external/llvm/lib/Transforms/Scalar/
DCE.cpp
1
//===-
DCE
.cpp - Code to perform dead code elimination --------------------===//
19
#define DEBUG_TYPE "
dce
"
74
struct
DCE
: public FunctionPass {
76
DCE
() : FunctionPass(ID) {
88
char
DCE
::ID = 0;
89
INITIALIZE_PASS(
DCE
, "
dce
", "Dead Code Elimination", false, false)
91
bool
DCE
::runOnFunction(Function &F) {
132
return new
DCE
();
/external/clang/lib/AST/
Expr.cpp
[
all
...]
/external/clang/lib/CodeGen/
CGExpr.cpp
[
all
...]
CGExprScalar.cpp
[
all
...]
Completed in 114 milliseconds