Searched refs:TLSVariableHoistLegacyPass (Results 1 – 1 of 1) sorted by relevance
50 class TLSVariableHoistLegacyPass : public FunctionPass { class54 TLSVariableHoistLegacyPass() : FunctionPass(ID) { in TLSVariableHoistLegacyPass() function in __anonec13a0290111::TLSVariableHoistLegacyPass74 char TLSVariableHoistLegacyPass::ID = 0;76 INITIALIZE_PASS_BEGIN(TLSVariableHoistLegacyPass, "tlshoist",80 INITIALIZE_PASS_END(TLSVariableHoistLegacyPass, "tlshoist", in INITIALIZE_PASS_DEPENDENCY()84 return new TLSVariableHoistLegacyPass(); in INITIALIZE_PASS_DEPENDENCY()88 bool TLSVariableHoistLegacyPass::runOnFunction(Function &Fn) { in runOnFunction()