Searched refs:TLSVariableHoistLegacyPass (Results 1 – 1 of 1) sorted by relevance
51 class TLSVariableHoistLegacyPass : public FunctionPass { class55 TLSVariableHoistLegacyPass() : FunctionPass(ID) { in TLSVariableHoistLegacyPass() function in __anon4bad47230111::TLSVariableHoistLegacyPass75 char TLSVariableHoistLegacyPass::ID = 0;77 INITIALIZE_PASS_BEGIN(TLSVariableHoistLegacyPass, "tlshoist",81 INITIALIZE_PASS_END(TLSVariableHoistLegacyPass, "tlshoist", in INITIALIZE_PASS_DEPENDENCY()85 return new TLSVariableHoistLegacyPass(); in INITIALIZE_PASS_DEPENDENCY()89 bool TLSVariableHoistLegacyPass::runOnFunction(Function &Fn) { in runOnFunction()