HomeSort by relevance Sort by last modified time
    Searched refs:EarlyCSE (Results 1 - 2 of 2) sorted by null

  /external/llvm/lib/Transforms/Scalar/
Android.mk 11 EarlyCSE.cpp \
EarlyCSE.cpp 1 //===- EarlyCSE.cpp - Simple and fast CSE pass ----------------------------===//
204 // EarlyCSE pass.
209 /// EarlyCSE - This pass does a simple depth-first walk over the dominator
215 class EarlyCSE : public FunctionPass {
253 explicit EarlyCSE() : FunctionPass(ID) {
271 char EarlyCSE::ID = 0;
275 return new EarlyCSE();
278 INITIALIZE_PASS_BEGIN(EarlyCSE, "early-cse", "Early CSE", false, false)
280 INITIALIZE_PASS_END(EarlyCSE, "early-cse", "Early CSE", false, false)
282 bool EarlyCSE::processNode(DomTreeNode *Node)
    [all...]

Completed in 299 milliseconds