Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DMachineBlockPlacement.cpp605 bool allowTailDupPlacement() const { in allowTailDupPlacement() function in __anon1d8a29ed0111::MachineBlockPlacement
1118 if (allowTailDupPlacement() && shouldTailDuplicate(Succ2) && in getBestTrellisSuccessor()
1645 if (allowTailDupPlacement() && shouldTailDuplicate(Succ)) in selectBestSuccessor()
1875 if (allowTailDupPlacement()) in buildChain()
1903 if (allowTailDupPlacement() && BestSucc && ShouldTailDup) { in buildChain()
3473 if (allowTailDupPlacement()) { in runOnMachineFunction()