Searched refs:updatePhiNodes (Results 1 - 2 of 2) sorted by relevance

/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/Hexagon/
H A DHexagonEarlyIfConv.cpp205 void updatePhiNodes(MachineBasicBlock *WhereB, const FlowPattern &FP);
810 void HexagonEarlyIfConversion::updatePhiNodes(MachineBasicBlock *WhereB, function in class:HexagonEarlyIfConversion
944 updatePhiNodes(FP.JoinB, FP);
947 updatePhiNodes(TSB, FP);
949 updatePhiNodes(FSB, FP);
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Transforms/Coroutines/
H A DCoroFrame.cpp986 static void updatePhiNodes(BasicBlock *DestBB, BasicBlock *OldPred, function
1022 updatePhiNodes(Succ, BB, NewBB, LandingPadReplacement);

Completed in 109 milliseconds