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

/freebsd-12-stable/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DEarlyCSE.cpp1386 class EarlyCSELegacyCommonPass : public FunctionPass { class in namespace:__anon5636
1390 EarlyCSELegacyCommonPass() : FunctionPass(ID) { function in class:__anon5636::EarlyCSELegacyCommonPass
1430 using EarlyCSELegacyPass = EarlyCSELegacyCommonPass</*UseMemorySSA=*/false>;
1444 EarlyCSELegacyCommonPass</*UseMemorySSA=*/true>;

Completed in 45 milliseconds