Home
last modified time | relevance | path

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

/external/llvm/lib/Target/Hexagon/
DHexagonEarlyIfConv.cpp179 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/
DHexagonEarlyIfConv.cpp206 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/
DCoroFrame.cpp616 static void updatePhiNodes(BasicBlock *DestBB, BasicBlock *OldPred, in updatePhiNodes() function
652 updatePhiNodes(Succ, BB, NewBB, LandingPadReplacement); in ehAwareSplitEdge()