Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/Hexagon/
H A DHexagonEarlyIfConv.cpp205 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()
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Transforms/Utils/
H A DBasicBlockUtils.h275 void updatePhiNodes(BasicBlock *DestBB, BasicBlock *OldPred,
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Utils/
H A DBasicBlockUtils.cpp544 void llvm::updatePhiNodes(BasicBlock *DestBB, BasicBlock *OldPred, in updatePhiNodes() function in llvm
617 updatePhiNodes(Succ, BB, NewBB, LandingPadReplacement); in ehAwareSplitEdge()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Coroutines/
H A DCoroFrame.cpp1804 updatePhiNodes(CleanupPadBB, Pred, CaseBB); in rewritePHIsForCleanupPad()