Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Transforms/Utils/
DBasicBlockUtils.h49 bool KeepOneInputPHIs = false);
53 bool KeepOneInputPHIs = false);
63 bool KeepOneInputPHIs = false);
69 bool KeepOneInputPHIs = false);
127 bool KeepOneInputPHIs = false; member
143 KeepOneInputPHIs = true; in setKeepOneInputPHIs()
/external/llvm-project/llvm/include/llvm/Transforms/Utils/
DBasicBlockUtils.h51 bool KeepOneInputPHIs = false);
55 bool KeepOneInputPHIs = false);
65 bool KeepOneInputPHIs = false);
71 bool KeepOneInputPHIs = false);
141 bool KeepOneInputPHIs = false; member
161 KeepOneInputPHIs = true; in setKeepOneInputPHIs()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/IR/
DBasicBlock.cpp309 bool KeepOneInputPHIs) { in removePredecessor() argument
340 if (max_idx <= 2 && !KeepOneInputPHIs) { in removePredecessor()
344 PN->removeIncomingValue(Pred, !KeepOneInputPHIs); in removePredecessor()
369 if (!KeepOneInputPHIs && (PNV = PN->hasConstantValue())) in removePredecessor()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Utils/
DBasicBlockUtils.cpp57 bool KeepOneInputPHIs) { in DetatchDeadBlocks() argument
63 Succ->removePredecessor(BB, KeepOneInputPHIs); in DetatchDeadBlocks()
89 bool KeepOneInputPHIs) { in DeleteDeadBlock() argument
90 DeleteDeadBlocks({BB}, DTU, KeepOneInputPHIs); in DeleteDeadBlock()
94 bool KeepOneInputPHIs) { in DeleteDeadBlocks() argument
105 DetatchDeadBlocks(BBs, DTU ? &Updates : nullptr, KeepOneInputPHIs); in DeleteDeadBlocks()
118 bool KeepOneInputPHIs) { in EliminateUnreachableBlocks() argument
134 DeleteDeadBlocks(DeadBlocks, DTU, KeepOneInputPHIs); in EliminateUnreachableBlocks()
DBreakCriticalEdges.cpp205 DestBB->removePredecessor(TIBB, Options.KeepOneInputPHIs); in SplitCriticalEdge()
/external/llvm-project/llvm/lib/IR/
DBasicBlock.cpp322 bool KeepOneInputPHIs) { in removePredecessor() argument
333 Phi.removeIncomingValue(Pred, !KeepOneInputPHIs); in removePredecessor()
334 if (KeepOneInputPHIs) in removePredecessor()
/external/llvm-project/llvm/lib/Transforms/Utils/
DBasicBlockUtils.cpp57 bool KeepOneInputPHIs) { in DetatchDeadBlocks() argument
63 Succ->removePredecessor(BB, KeepOneInputPHIs); in DetatchDeadBlocks()
89 bool KeepOneInputPHIs) { in DeleteDeadBlock() argument
90 DeleteDeadBlocks({BB}, DTU, KeepOneInputPHIs); in DeleteDeadBlock()
94 bool KeepOneInputPHIs) { in DeleteDeadBlocks() argument
105 DetatchDeadBlocks(BBs, DTU ? &Updates : nullptr, KeepOneInputPHIs); in DeleteDeadBlocks()
118 bool KeepOneInputPHIs) { in EliminateUnreachableBlocks() argument
134 DeleteDeadBlocks(DeadBlocks, DTU, KeepOneInputPHIs); in EliminateUnreachableBlocks()
DBreakCriticalEdges.cpp242 DestBB->removePredecessor(TIBB, Options.KeepOneInputPHIs); in SplitCriticalEdge()
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/IR/
DBasicBlock.h370 void removePredecessor(BasicBlock *Pred, bool KeepOneInputPHIs = false);
/external/llvm-project/llvm/include/llvm/IR/
DBasicBlock.h393 void removePredecessor(BasicBlock *Pred, bool KeepOneInputPHIs = false);