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 ----------------------------===//
262 // EarlyCSE pass.
267 /// EarlyCSE - This pass does a simple depth-first walk over the dominator
273 class EarlyCSE : public FunctionPass {
312 explicit EarlyCSE() : FunctionPass(ID) {
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::processNode(DomTreeNode *Node)
    [all...]

Completed in 39 milliseconds