Searched refs:shouldTailDuplicate (Results 1 - 1 of 1) sorted by relevance

/external/llvm/lib/CodeGen/
H A DTailDuplication.cpp106 bool shouldTailDuplicate(const MachineFunction &MF,
331 if (!shouldTailDuplicate(MF, IsSimple, *MBB))
544 /// shouldTailDuplicate - Determine if it is profitable to duplicate this block.
546 TailDuplicatePass::shouldTailDuplicate(const MachineFunction &MF, function in class:TailDuplicatePass

Completed in 2299 milliseconds