Searched refs:updatePhiNodes (Results 1 – 4 of 4) sorted by relevance
/openbsd/gnu/llvm/llvm/lib/Target/Hexagon/ |
H A D | HexagonEarlyIfConv.cpp | 205 void updatePhiNodes(MachineBasicBlock *WhereB, const FlowPattern &FP); 810 void HexagonEarlyIfConversion::updatePhiNodes(MachineBasicBlock *WhereB, in updatePhiNodes() function in HexagonEarlyIfConversion 944 updatePhiNodes(FP.JoinB, FP); in convert() 947 updatePhiNodes(TSB, FP); in convert() 949 updatePhiNodes(FSB, FP); in convert()
|
/openbsd/gnu/llvm/llvm/include/llvm/Transforms/Utils/ |
H A D | BasicBlockUtils.h | 260 void updatePhiNodes(BasicBlock *DestBB, BasicBlock *OldPred,
|
/openbsd/gnu/llvm/llvm/lib/Transforms/Utils/ |
H A D | BasicBlockUtils.cpp | 664 void llvm::updatePhiNodes(BasicBlock *DestBB, BasicBlock *OldPred, in updatePhiNodes() function in llvm 737 updatePhiNodes(Succ, BB, NewBB, LandingPadReplacement); in ehAwareSplitEdge()
|
/openbsd/gnu/llvm/llvm/lib/Transforms/Coroutines/ |
H A D | CoroFrame.cpp | 1975 updatePhiNodes(CleanupPadBB, Pred, CaseBB); in rewritePHIsForCleanupPad()
|