Searched refs:EarlyCSE (Results 1 – 4 of 4) sorted by relevance
/external/llvm/lib/Transforms/Scalar/ |
D | EarlyCSE.cpp | 264 class EarlyCSE { class 311 EarlyCSE(Function &F, const TargetLibraryInfo &TLI, in EarlyCSE() function in __anoncdf6c96d0311::EarlyCSE 452 bool EarlyCSE::processNode(DomTreeNode *Node) { in processNode() 632 bool EarlyCSE::run() { in run() 693 EarlyCSE CSE(F, TLI, TTI, DT, AC); in run() 730 EarlyCSE CSE(F, TLI, TTI, DT, AC); in runOnFunction()
|
D | CMakeLists.txt | 10 EarlyCSE.cpp
|
D | Android.mk | 12 EarlyCSE.cpp \
|
/external/llvm/patches/ |
D | 0004-Add-Android-makefiles-for-LLVM.patch | 3452 + EarlyCSE.cpp \
|