Searched refs:updatePhiNodes (Results 1 – 3 of 3) sorted by relevance
/external/llvm/lib/Target/Hexagon/ |
D | HexagonEarlyIfConv.cpp | 179 void updatePhiNodes(MachineBasicBlock *WhereB, const FlowPattern &FP); 773 void HexagonEarlyIfConversion::updatePhiNodes(MachineBasicBlock *WhereB, in updatePhiNodes() function in HexagonEarlyIfConversion 908 updatePhiNodes(FP.JoinB, FP); in convert() 911 updatePhiNodes(TSB, FP); in convert() 913 updatePhiNodes(FSB, FP); in convert()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/Hexagon/ |
D | HexagonEarlyIfConv.cpp | 206 void updatePhiNodes(MachineBasicBlock *WhereB, const FlowPattern &FP); 812 void HexagonEarlyIfConversion::updatePhiNodes(MachineBasicBlock *WhereB, in updatePhiNodes() function in HexagonEarlyIfConversion 946 updatePhiNodes(FP.JoinB, FP); in convert() 949 updatePhiNodes(TSB, FP); in convert() 951 updatePhiNodes(FSB, FP); in convert()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Coroutines/ |
D | CoroFrame.cpp | 616 static void updatePhiNodes(BasicBlock *DestBB, BasicBlock *OldPred, in updatePhiNodes() function 652 updatePhiNodes(Succ, BB, NewBB, LandingPadReplacement); in ehAwareSplitEdge()
|