Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/Transforms/Scalar/
H A DTLSVariableHoist.cpp51 class TLSVariableHoistLegacyPass : public FunctionPass { class
55 TLSVariableHoistLegacyPass() : FunctionPass(ID) { in TLSVariableHoistLegacyPass() function in __anon4bad47230111::TLSVariableHoistLegacyPass
75 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()