Lines Matching defs:AddFalthroughFrom
448 MachineBasicBlock *&AddFalthroughFrom);
924 MachineBasicBlock *&AddFalthroughFrom) {
1009 AddFalthroughFrom = &MBB;
1028 MachineBasicBlock *AddFalthroughFrom = nullptr;
1033 if (AddFalthroughFrom) {
1034 if (!AddFalthroughFrom->isSuccessor(MBB))
1035 AddFalthroughFrom->addSuccessor(MBB);
1036 AddFalthroughFrom->normalizeSuccProbs();
1037 AddFalthroughFrom = nullptr;
1039 if (parseBasicBlock(*MBB, AddFalthroughFrom))