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

/freebsd-13-stable/contrib/llvm-project/llvm/lib/CodeGen/MIRParser/
H A DMIParser.cpp438 MachineBasicBlock *&AddFalthroughFrom);
836 MachineBasicBlock *&AddFalthroughFrom) {
921 AddFalthroughFrom = &MBB;
940 MachineBasicBlock *AddFalthroughFrom = nullptr; local
945 if (AddFalthroughFrom) {
946 if (!AddFalthroughFrom->isSuccessor(MBB))
947 AddFalthroughFrom->addSuccessor(MBB);
948 AddFalthroughFrom->normalizeSuccProbs();
949 AddFalthroughFrom = nullptr;
951 if (parseBasicBlock(*MBB, AddFalthroughFrom))
835 parseBasicBlock(MachineBasicBlock &MBB, MachineBasicBlock *&AddFalthroughFrom) argument
[all...]

Completed in 52 milliseconds