Searched refs:AddFalthroughFrom (Results 1 – 1 of 1) sorted by relevance
439 MachineBasicBlock *&AddFalthroughFrom);860 MachineBasicBlock *&AddFalthroughFrom) { in parseBasicBlock() argument945 AddFalthroughFrom = &MBB; in parseBasicBlock()964 MachineBasicBlock *AddFalthroughFrom = nullptr; in parseBasicBlocks() local969 if (AddFalthroughFrom) { in parseBasicBlocks()970 if (!AddFalthroughFrom->isSuccessor(MBB)) in parseBasicBlocks()971 AddFalthroughFrom->addSuccessor(MBB); in parseBasicBlocks()972 AddFalthroughFrom->normalizeSuccProbs(); in parseBasicBlocks()973 AddFalthroughFrom = nullptr; in parseBasicBlocks()975 if (parseBasicBlock(*MBB, AddFalthroughFrom)) in parseBasicBlocks()