Searched refs:AddFalthroughFrom (Results 1 – 1 of 1) sorted by relevance
435 MachineBasicBlock *&AddFalthroughFrom);833 MachineBasicBlock *&AddFalthroughFrom) { in parseBasicBlock() argument918 AddFalthroughFrom = &MBB; in parseBasicBlock()937 MachineBasicBlock *AddFalthroughFrom = nullptr; in parseBasicBlocks() local942 if (AddFalthroughFrom) { in parseBasicBlocks()943 if (!AddFalthroughFrom->isSuccessor(MBB)) in parseBasicBlocks()944 AddFalthroughFrom->addSuccessor(MBB); in parseBasicBlocks()945 AddFalthroughFrom->normalizeSuccProbs(); in parseBasicBlocks()946 AddFalthroughFrom = nullptr; in parseBasicBlocks()948 if (parseBasicBlock(*MBB, AddFalthroughFrom)) in parseBasicBlocks()