Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DMIRPrinter.h60 bool &IsFallthrough);
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DMIRPrinter.cpp627 bool &IsFallthrough) { in guessSuccessors() argument
643 IsFallthrough = I == MBB.end() || !I->isBarrier(); in guessSuccessors()
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/MIRParser/
H A DMIParser.cpp1001 bool IsFallthrough; in parseBasicBlock() local
1002 guessSuccessors(MBB, Successors, IsFallthrough); in parseBasicBlock()
1006 if (IsFallthrough) { in parseBasicBlock()