Home
last modified time | relevance | path

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

/external/llvm/lib/CodeGen/
DTailDuplication.cpp27 TailDuplicator Duplicator; member in __anonb42b88670111::TailDuplicatePass
53 Duplicator.initMF(MF, MMI, MBPI); in runOnMachineFunction()
56 while (Duplicator.tailDuplicateBlocks(MF)) in runOnMachineFunction()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/
DTailDuplication.cpp31 TailDuplicator Duplicator; member in __anonb8b4d8ff0111::TailDuplicateBase
78 Duplicator.initMF(MF, PreRegAlloc, MBPI, /*LayoutMode=*/false); in runOnMachineFunction()
81 while (Duplicator.tailDuplicateBlocks()) in runOnMachineFunction()