Searched refs:EarlyCSE (Results 1 - 2 of 2) sorted by relevance

/freebsd-10.0-release/lib/clang/libllvmscalaropts/
H A DMakefile15 EarlyCSE.cpp \
/freebsd-10.0-release/contrib/llvm/lib/Transforms/Scalar/
H A DEarlyCSE.cpp1 //===- EarlyCSE.cpp - Simple and fast CSE pass ----------------------------===//
262 // EarlyCSE pass.
267 /// EarlyCSE - This pass does a simple depth-first walk over the dominator
273 class EarlyCSE : public FunctionPass { class in namespace:__anon2630
312 explicit EarlyCSE() : FunctionPass(ID) { function in class:__anon2630::EarlyCSE
397 char EarlyCSE::ID = 0;
401 return new EarlyCSE();
404 INITIALIZE_PASS_BEGIN(EarlyCSE, "early-cse", "Early CSE", false, false)
407 INITIALIZE_PASS_END(EarlyCSE, "early-cse", "Early CSE", false, false)
409 bool EarlyCSE
[all...]

Completed in 159 milliseconds