Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/include/llvm/CodeGen/
H A DMIRPrinter.h41 bool &IsFallthrough);
/llvm-project-15.0.7/llvm/lib/CodeGen/
H A DMIRPrinter.cpp605 bool &IsFallthrough) { in guessSuccessors() argument
621 IsFallthrough = I == MBB.end() || !I->isBarrier(); in guessSuccessors()
/llvm-project-15.0.7/llvm/lib/CodeGen/MIRParser/
H A DMIParser.cpp939 bool IsFallthrough; in parseBasicBlock() local
940 guessSuccessors(MBB, Successors, IsFallthrough); in parseBasicBlock()
944 if (IsFallthrough) { in parseBasicBlock()