Searched refs:ComplexDeinterleavingLegacyPass (Results 1 – 1 of 1) sorted by relevance
119 class ComplexDeinterleavingLegacyPass : public FunctionPass { class123 ComplexDeinterleavingLegacyPass(const TargetMachine *TM = nullptr) in ComplexDeinterleavingLegacyPass() function in __anon87c1be940111::ComplexDeinterleavingLegacyPass458 char ComplexDeinterleavingLegacyPass::ID = 0;460 INITIALIZE_PASS_BEGIN(ComplexDeinterleavingLegacyPass, DEBUG_TYPE,462 INITIALIZE_PASS_END(ComplexDeinterleavingLegacyPass, DEBUG_TYPE,478 return new ComplexDeinterleavingLegacyPass(TM); in createComplexDeinterleavingPass()481 bool ComplexDeinterleavingLegacyPass::runOnFunction(Function &F) { in runOnFunction()