Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/MIRParser/
DMIParser.cpp191 MachineBasicBlock *&AddFalthroughFrom);
593 MachineBasicBlock *&AddFalthroughFrom) { in parseBasicBlock() argument
678 AddFalthroughFrom = &MBB; in parseBasicBlock()
697 MachineBasicBlock *AddFalthroughFrom = nullptr; in parseBasicBlocks() local
702 if (AddFalthroughFrom) { in parseBasicBlocks()
703 if (!AddFalthroughFrom->isSuccessor(MBB)) in parseBasicBlocks()
704 AddFalthroughFrom->addSuccessor(MBB); in parseBasicBlocks()
705 AddFalthroughFrom->normalizeSuccProbs(); in parseBasicBlocks()
706 AddFalthroughFrom = nullptr; in parseBasicBlocks()
708 if (parseBasicBlock(*MBB, AddFalthroughFrom)) in parseBasicBlocks()