Searched refs:AddFalthroughFrom (Results 1 – 1 of 1) sorted by relevance
447 MachineBasicBlock *&AddFalthroughFrom);923 MachineBasicBlock *&AddFalthroughFrom) { in parseBasicBlock() argument1008 AddFalthroughFrom = &MBB; in parseBasicBlock()1027 MachineBasicBlock *AddFalthroughFrom = nullptr; in parseBasicBlocks() local1032 if (AddFalthroughFrom) { in parseBasicBlocks()1033 if (!AddFalthroughFrom->isSuccessor(MBB)) in parseBasicBlocks()1034 AddFalthroughFrom->addSuccessor(MBB); in parseBasicBlocks()1035 AddFalthroughFrom->normalizeSuccProbs(); in parseBasicBlocks()1036 AddFalthroughFrom = nullptr; in parseBasicBlocks()1038 if (parseBasicBlock(*MBB, AddFalthroughFrom)) in parseBasicBlocks()