Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/MIRParser/
H A DMIParser.cpp435 MachineBasicBlock *&AddFalthroughFrom);
833 MachineBasicBlock *&AddFalthroughFrom) { in parseBasicBlock() argument
918 AddFalthroughFrom = &MBB; in parseBasicBlock()
937 MachineBasicBlock *AddFalthroughFrom = nullptr; in parseBasicBlocks() local
942 if (AddFalthroughFrom) { in parseBasicBlocks()
943 if (!AddFalthroughFrom->isSuccessor(MBB)) in parseBasicBlocks()
944 AddFalthroughFrom->addSuccessor(MBB); in parseBasicBlocks()
945 AddFalthroughFrom->normalizeSuccProbs(); in parseBasicBlocks()
946 AddFalthroughFrom = nullptr; in parseBasicBlocks()
948 if (parseBasicBlock(*MBB, AddFalthroughFrom)) in parseBasicBlocks()