Home
last modified time | relevance | path

Searched refs:ExpandMemCmpLegacyPass (Results 1 – 1 of 1) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DExpandMemCmp.cpp902 class ExpandMemCmpLegacyPass : public FunctionPass { class
906 ExpandMemCmpLegacyPass() : FunctionPass(ID) { in ExpandMemCmpLegacyPass() function in __anon455dbdd30111::ExpandMemCmpLegacyPass
1012 char ExpandMemCmpLegacyPass::ID = 0;
1013 INITIALIZE_PASS_BEGIN(ExpandMemCmpLegacyPass, DEBUG_TYPE,
1020 INITIALIZE_PASS_END(ExpandMemCmpLegacyPass, DEBUG_TYPE, in INITIALIZE_PASS_DEPENDENCY()
1024 return new ExpandMemCmpLegacyPass(); in INITIALIZE_PASS_DEPENDENCY()