Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DComplexDeinterleavingPass.cpp427 class ComplexDeinterleaving { class
429 ComplexDeinterleaving(const TargetLowering *tl, const TargetLibraryInfo *tli) in ComplexDeinterleaving() function in __anon87c1be940111::ComplexDeinterleaving
453 if (!ComplexDeinterleaving(TL, &TLI).runOnFunction(F)) in run()
468 return ComplexDeinterleaving(TL, &TLI).runOnFunction(F); in runOnFunction()
471 bool ComplexDeinterleaving::runOnFunction(Function &F) { in runOnFunction()
532 bool ComplexDeinterleaving::evaluateBasicBlock(BasicBlock *B) { in evaluateBasicBlock()