Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/CodeGen/
H A DComplexDeinterleavingPass.cpp279 class ComplexDeinterleaving { class
281 ComplexDeinterleaving(const TargetLowering *tl, const TargetLibraryInfo *tli) in ComplexDeinterleaving() function in __anon57316e8b0111::ComplexDeinterleaving
305 if (!ComplexDeinterleaving(TL, &TLI).runOnFunction(F)) in run()
320 return ComplexDeinterleaving(TL, &TLI).runOnFunction(F); in runOnFunction()
323 bool ComplexDeinterleaving::runOnFunction(Function &F) { in runOnFunction()
371 bool ComplexDeinterleaving::evaluateBasicBlock(BasicBlock *B) { in evaluateBasicBlock()