Searched refs:AddFalthroughFrom (Results 1 – 1 of 1) sorted by relevance
191 MachineBasicBlock *&AddFalthroughFrom);593 MachineBasicBlock *&AddFalthroughFrom) { in parseBasicBlock() argument678 AddFalthroughFrom = &MBB; in parseBasicBlock()697 MachineBasicBlock *AddFalthroughFrom = nullptr; in parseBasicBlocks() local702 if (AddFalthroughFrom) { in parseBasicBlocks()703 if (!AddFalthroughFrom->isSuccessor(MBB)) in parseBasicBlocks()704 AddFalthroughFrom->addSuccessor(MBB); in parseBasicBlocks()705 AddFalthroughFrom->normalizeSuccProbs(); in parseBasicBlocks()706 AddFalthroughFrom = nullptr; in parseBasicBlocks()708 if (parseBasicBlock(*MBB, AddFalthroughFrom)) in parseBasicBlocks()