Searched refs:KeepOneInputPHIs (Results 1 – 5 of 5) sorted by relevance
53 bool KeepOneInputPHIs = false);57 bool KeepOneInputPHIs = false);67 bool KeepOneInputPHIs = false);74 bool KeepOneInputPHIs = false);155 bool KeepOneInputPHIs = false; member175 KeepOneInputPHIs = true; in setKeepOneInputPHIs()
64 bool KeepOneInputPHIs) { in detachDeadBlocks() argument70 Succ->removePredecessor(BB, KeepOneInputPHIs); in detachDeadBlocks()96 bool KeepOneInputPHIs) { in DeleteDeadBlock() argument97 DeleteDeadBlocks({BB}, DTU, KeepOneInputPHIs); in DeleteDeadBlock()101 bool KeepOneInputPHIs) { in DeleteDeadBlocks() argument112 detachDeadBlocks(BBs, DTU ? &Updates : nullptr, KeepOneInputPHIs); in DeleteDeadBlocks()125 bool KeepOneInputPHIs) { in EliminateUnreachableBlocks() argument139 DeleteDeadBlocks(DeadBlocks, DTU, KeepOneInputPHIs); in EliminateUnreachableBlocks()
219 DestBB->removePredecessor(TIBB, Options.KeepOneInputPHIs); in SplitKnownCriticalEdge()
495 bool KeepOneInputPHIs) { in removePredecessor() argument506 Phi.removeIncomingValue(Pred, !KeepOneInputPHIs); in removePredecessor()507 if (KeepOneInputPHIs) in removePredecessor()
609 bool KeepOneInputPHIs = false);