Searched refs:updatePhiNodes (Results 1 – 4 of 4) sorted by relevance
/freebsd/contrib/llvm-project/llvm/lib/Target/Hexagon/ |
H A D | HexagonEarlyIfConv.cpp | 205 void updatePhiNodes(MachineBasicBlock *WhereB, const FlowPattern &FP); 808 void HexagonEarlyIfConversion::updatePhiNodes(MachineBasicBlock *WhereB, in updatePhiNodes() function in HexagonEarlyIfConversion 942 updatePhiNodes(FP.JoinB, FP); in convert() 945 updatePhiNodes(TSB, FP); in convert() 947 updatePhiNodes(FSB, FP); in convert()
|
/freebsd/contrib/llvm-project/llvm/include/llvm/Transforms/Utils/ |
H A D | BasicBlockUtils.h | 261 void updatePhiNodes(BasicBlock *DestBB, BasicBlock *OldPred,
|
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Utils/ |
H A D | BasicBlockUtils.cpp | 810 void llvm::updatePhiNodes(BasicBlock *DestBB, BasicBlock *OldPred, in updatePhiNodes() function in llvm 883 updatePhiNodes(Succ, BB, NewBB, LandingPadReplacement); in ehAwareSplitEdge()
|
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Coroutines/ |
H A D | CoroFrame.cpp | 2175 updatePhiNodes(CleanupPadBB, Pred, CaseBB); in rewritePHIsForCleanupPad()
|