Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/include/llvm/CodeGen/
H A DMIRPrinter.h41 bool &IsFallthrough);
/openbsd-src/gnu/llvm/llvm/lib/CodeGen/
H A DMIRPrinter.cpp606 bool &IsFallthrough) { in guessSuccessors() argument
622 IsFallthrough = I == MBB.end() || !I->isBarrier(); in guessSuccessors()
/openbsd-src/gnu/llvm/llvm/lib/CodeGen/MIRParser/
H A DMIParser.cpp975 bool IsFallthrough; in parseBasicBlock() local
976 guessSuccessors(MBB, Successors, IsFallthrough); in parseBasicBlock()
980 if (IsFallthrough) { in parseBasicBlock()