Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DMIRPrinter.h41 bool &IsFallthrough);
/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/Support/
H A DVirtualFileSystem.h738 bool shouldUseExternalFS() const { return IsFallthrough; } in shouldUseExternalFS()
797 bool IsFallthrough = true; variable
/freebsd-13.1/contrib/llvm-project/llvm/lib/CodeGen/
H A DMIRPrinter.cpp603 bool &IsFallthrough) { in guessSuccessors() argument
619 IsFallthrough = I == MBB.end() || !I->isBarrier(); in guessSuccessors()
/freebsd-13.1/contrib/llvm-project/llvm/lib/CodeGen/MIRParser/
H A DMIParser.cpp936 bool IsFallthrough; in parseBasicBlock() local
937 guessSuccessors(MBB, Successors, IsFallthrough); in parseBasicBlock()
941 if (IsFallthrough) { in parseBasicBlock()
/freebsd-13.1/contrib/llvm-project/llvm/lib/Support/
H A DVirtualFileSystem.cpp1257 IsFallthrough = Fallthrough; in setFallthrough()
1727 if (!parseScalarBool(I.getValue(), FS->IsFallthrough)) in parse()