Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DExpandLargeFpConvert.cpp670 class ExpandLargeFpConvertLegacyPass : public FunctionPass { class
674 ExpandLargeFpConvertLegacyPass() : FunctionPass(ID) { in ExpandLargeFpConvertLegacyPass() function in __anonabca36360111::ExpandLargeFpConvertLegacyPass
700 char ExpandLargeFpConvertLegacyPass::ID = 0;
701 INITIALIZE_PASS_BEGIN(ExpandLargeFpConvertLegacyPass, "expand-large-fp-convert",
703 INITIALIZE_PASS_END(ExpandLargeFpConvertLegacyPass, "expand-large-fp-convert",
707 return new ExpandLargeFpConvertLegacyPass(); in createExpandLargeFpConvertPass()