Home
last modified time | relevance | path

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

/external/llvm/lib/CodeGen/
DTailDuplication.cpp27 TailDuplicator Duplicator; member in __anonc1beba430111::TailDuplicatePass
53 Duplicator.initMF(MF, MMI, MBPI); in runOnMachineFunction()
56 while (Duplicator.tailDuplicateBlocks(MF)) in runOnMachineFunction()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/
DTailDuplication.cpp33 TailDuplicator Duplicator; member in __anon756bc6e50111::TailDuplicateBase
91 Duplicator.initMF(MF, PreRegAlloc, MBPI, MBFI, PSI, /*LayoutMode=*/false); in runOnMachineFunction()
94 while (Duplicator.tailDuplicateBlocks()) in runOnMachineFunction()
/external/llvm-project/llvm/lib/CodeGen/
DTailDuplication.cpp33 TailDuplicator Duplicator; member in __anon334d15f10111::TailDuplicateBase
94 Duplicator.initMF(MF, PreRegAlloc, MBPI, MBFI ? MBFIW.get() : nullptr, PSI, in runOnMachineFunction()
98 while (Duplicator.tailDuplicateBlocks()) in runOnMachineFunction()