Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/CodeGen/MIRParser/
H A DMIParser.cpp438 MachineBasicBlock *&AddFalthroughFrom);
896 MachineBasicBlock *&AddFalthroughFrom) { in parseBasicBlock() argument
981 AddFalthroughFrom = &MBB; in parseBasicBlock()
1000 MachineBasicBlock *AddFalthroughFrom = nullptr; in parseBasicBlocks() local
1005 if (AddFalthroughFrom) { in parseBasicBlocks()
1006 if (!AddFalthroughFrom->isSuccessor(MBB)) in parseBasicBlocks()
1007 AddFalthroughFrom->addSuccessor(MBB); in parseBasicBlocks()
1008 AddFalthroughFrom->normalizeSuccProbs(); in parseBasicBlocks()
1009 AddFalthroughFrom = nullptr; in parseBasicBlocks()
1011 if (parseBasicBlock(*MBB, AddFalthroughFrom)) in parseBasicBlocks()