Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DComplexDeinterleavingPass.cpp113 class ComplexDeinterleavingLegacyPass : public FunctionPass { class
117 ComplexDeinterleavingLegacyPass(const TargetMachine *TM = nullptr) in ComplexDeinterleavingLegacyPass() function in __anon87c1be940111::ComplexDeinterleavingLegacyPass
442 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()