Searched refs:AddFalthroughFrom (Results 1 – 1 of 1) sorted by relevance
438 MachineBasicBlock *&AddFalthroughFrom);896 MachineBasicBlock *&AddFalthroughFrom) { in parseBasicBlock() argument981 AddFalthroughFrom = &MBB; in parseBasicBlock()1000 MachineBasicBlock *AddFalthroughFrom = nullptr; in parseBasicBlocks() local1005 if (AddFalthroughFrom) { in parseBasicBlocks()1006 if (!AddFalthroughFrom->isSuccessor(MBB)) in parseBasicBlocks()1007 AddFalthroughFrom->addSuccessor(MBB); in parseBasicBlocks()1008 AddFalthroughFrom->normalizeSuccProbs(); in parseBasicBlocks()1009 AddFalthroughFrom = nullptr; in parseBasicBlocks()1011 if (parseBasicBlock(*MBB, AddFalthroughFrom)) in parseBasicBlocks()