Searched refs:ComplexDeinterleavingLegacyPass (Results 1 – 1 of 1) sorted by relevance
113 class ComplexDeinterleavingLegacyPass : public FunctionPass { class117 ComplexDeinterleavingLegacyPass(const TargetMachine *TM = nullptr) in ComplexDeinterleavingLegacyPass() function in __anon87c1be940111::ComplexDeinterleavingLegacyPass442 char ComplexDeinterleavingLegacyPass::ID = 0;444 INITIALIZE_PASS_BEGIN(ComplexDeinterleavingLegacyPass, DEBUG_TYPE,446 INITIALIZE_PASS_END(ComplexDeinterleavingLegacyPass, DEBUG_TYPE,462 return new ComplexDeinterleavingLegacyPass(TM); in createComplexDeinterleavingPass()465 bool ComplexDeinterleavingLegacyPass::runOnFunction(Function &F) { in runOnFunction()