Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/CodeGen/
H A DComplexDeinterleavingPass.cpp99 class ComplexDeinterleavingLegacyPass : public FunctionPass { class
103 ComplexDeinterleavingLegacyPass(const TargetMachine *TM = nullptr) in ComplexDeinterleavingLegacyPass() function in __anon57316e8b0111::ComplexDeinterleavingLegacyPass
294 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()