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.h65 bool &IsFallthrough);
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DMIRPrinter.cpp633 bool &IsFallthrough) { in guessSuccessors() argument
649 IsFallthrough = I == MBB.end() || !I->isBarrier(); in guessSuccessors()
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/MIRParser/
H A DMIParser.cpp1002 bool IsFallthrough; in parseBasicBlock() local
1003 guessSuccessors(MBB, Successors, IsFallthrough); in parseBasicBlock()
1007 if (IsFallthrough) { in parseBasicBlock()