Searched refs:AddFalthroughFrom (Results 1 – 1 of 1) sorted by relevance
439 MachineBasicBlock *&AddFalthroughFrom);922 MachineBasicBlock *&AddFalthroughFrom) { in parseBasicBlock() argument1007 AddFalthroughFrom = &MBB; in parseBasicBlock()1026 MachineBasicBlock *AddFalthroughFrom = nullptr; in parseBasicBlocks() local1031 if (AddFalthroughFrom) { in parseBasicBlocks()1032 if (!AddFalthroughFrom->isSuccessor(MBB)) in parseBasicBlocks()1033 AddFalthroughFrom->addSuccessor(MBB); in parseBasicBlocks()1034 AddFalthroughFrom->normalizeSuccProbs(); in parseBasicBlocks()1035 AddFalthroughFrom = nullptr; in parseBasicBlocks()1037 if (parseBasicBlock(*MBB, AddFalthroughFrom)) in parseBasicBlocks()