Home
last modified time | relevance | path

Searched refs:AddFalthroughFrom (Results 1 – 1 of 1) sorted by relevance

/freebsd-12.1/contrib/llvm/lib/CodeGen/MIRParser/
H A DMIParser.cpp193 MachineBasicBlock *&AddFalthroughFrom);
601 MachineBasicBlock *&AddFalthroughFrom) { in parseBasicBlock() argument
686 AddFalthroughFrom = &MBB; in parseBasicBlock()
705 MachineBasicBlock *AddFalthroughFrom = nullptr; in parseBasicBlocks() local
710 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()