Searched refs:AddFalthroughFrom (Results 1 – 1 of 1) sorted by relevance
193 MachineBasicBlock *&AddFalthroughFrom);601 MachineBasicBlock *&AddFalthroughFrom) { in parseBasicBlock() argument686 AddFalthroughFrom = &MBB; in parseBasicBlock()705 MachineBasicBlock *AddFalthroughFrom = nullptr; in parseBasicBlocks() local710 if (AddFalthroughFrom) { in parseBasicBlocks()711 if (!AddFalthroughFrom->isSuccessor(MBB)) in parseBasicBlocks()712 AddFalthroughFrom->addSuccessor(MBB); in parseBasicBlocks()713 AddFalthroughFrom->normalizeSuccProbs(); in parseBasicBlocks()714 AddFalthroughFrom = nullptr; in parseBasicBlocks()716 if (parseBasicBlock(*MBB, AddFalthroughFrom)) in parseBasicBlocks()