Home
last modified time | relevance | path

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

/src/contrib/llvm-project/llvm/lib/CodeGen/MIRParser/
H A DMIParser.cpp439 MachineBasicBlock *&AddFalthroughFrom);
922 MachineBasicBlock *&AddFalthroughFrom) { in parseBasicBlock() argument
1007 AddFalthroughFrom = &MBB; in parseBasicBlock()
1026 MachineBasicBlock *AddFalthroughFrom = nullptr; in parseBasicBlocks() local
1031 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()