Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/CodeGen/MIRParser/
H A DMIParser.cpp439 MachineBasicBlock *&AddFalthroughFrom);
860 MachineBasicBlock *&AddFalthroughFrom) { in parseBasicBlock() argument
945 AddFalthroughFrom = &MBB; in parseBasicBlock()
964 MachineBasicBlock *AddFalthroughFrom = nullptr; in parseBasicBlocks() local
969 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()