Searched refs:AddFalthroughFrom (Results 1 – 1 of 1) sorted by relevance
442 MachineBasicBlock *&AddFalthroughFrom);857 MachineBasicBlock *&AddFalthroughFrom) { in parseBasicBlock() argument942 AddFalthroughFrom = &MBB; in parseBasicBlock()961 MachineBasicBlock *AddFalthroughFrom = nullptr; in parseBasicBlocks() local966 if (AddFalthroughFrom) { in parseBasicBlocks()967 if (!AddFalthroughFrom->isSuccessor(MBB)) in parseBasicBlocks()968 AddFalthroughFrom->addSuccessor(MBB); in parseBasicBlocks()969 AddFalthroughFrom->normalizeSuccProbs(); in parseBasicBlocks()970 AddFalthroughFrom = nullptr; in parseBasicBlocks()972 if (parseBasicBlock(*MBB, AddFalthroughFrom)) in parseBasicBlocks()