Searched refs:EarlyCSELegacyPass (Results 1 – 3 of 3) sorted by relevance
/external/llvm/lib/Transforms/Scalar/ |
D | EarlyCSE.cpp | 875 class EarlyCSELegacyPass : public FunctionPass { class 879 EarlyCSELegacyPass() : FunctionPass(ID) { in EarlyCSELegacyPass() function in __anoncdf6c96d0411::EarlyCSELegacyPass 908 char EarlyCSELegacyPass::ID = 0; 910 FunctionPass *llvm::createEarlyCSEPass() { return new EarlyCSELegacyPass(); } in createEarlyCSEPass() 912 INITIALIZE_PASS_BEGIN(EarlyCSELegacyPass, "early-cse", "Early CSE", false, 918 INITIALIZE_PASS_END(EarlyCSELegacyPass, "early-cse", "Early CSE", false, false)
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Scalar/ |
D | EarlyCSE.cpp | 1430 using EarlyCSELegacyPass = EarlyCSELegacyCommonPass</*UseMemorySSA=*/false>; typedef 1433 char EarlyCSELegacyPass::ID = 0; 1435 INITIALIZE_PASS_BEGIN(EarlyCSELegacyPass, "early-cse", "Early CSE", false, 1441 INITIALIZE_PASS_END(EarlyCSELegacyPass, "early-cse", "Early CSE", false, false) 1453 return new EarlyCSELegacyPass(); in createEarlyCSEPass()
|
/external/llvm-project/llvm/lib/Transforms/Scalar/ |
D | EarlyCSE.cpp | 1668 using EarlyCSELegacyPass = EarlyCSELegacyCommonPass</*UseMemorySSA=*/false>; typedef 1671 char EarlyCSELegacyPass::ID = 0; 1673 INITIALIZE_PASS_BEGIN(EarlyCSELegacyPass, "early-cse", "Early CSE", false, 1679 INITIALIZE_PASS_END(EarlyCSELegacyPass, "early-cse", "Early CSE", false, false) 1691 return new EarlyCSELegacyPass(); in createEarlyCSEPass()
|