Searched refs:ComplexDeinterleavingLegacyPass (Results 1 – 1 of 1) sorted by relevance
99 class ComplexDeinterleavingLegacyPass : public FunctionPass { class103 ComplexDeinterleavingLegacyPass(const TargetMachine *TM = nullptr) in ComplexDeinterleavingLegacyPass() function in __anon57316e8b0111::ComplexDeinterleavingLegacyPass294 char ComplexDeinterleavingLegacyPass::ID = 0;296 INITIALIZE_PASS_BEGIN(ComplexDeinterleavingLegacyPass, DEBUG_TYPE,298 INITIALIZE_PASS_END(ComplexDeinterleavingLegacyPass, DEBUG_TYPE,314 return new ComplexDeinterleavingLegacyPass(TM); in createComplexDeinterleavingPass()317 bool ComplexDeinterleavingLegacyPass::runOnFunction(Function &F) { in runOnFunction()