Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DTLSVariableHoist.cpp50 class TLSVariableHoistLegacyPass : public FunctionPass { class
54 TLSVariableHoistLegacyPass() : FunctionPass(ID) { in TLSVariableHoistLegacyPass() function in __anonec13a0290111::TLSVariableHoistLegacyPass
74 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()