Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/include/llvm/CodeGen/
H A DMIRPrinter.h42 bool &IsFallthrough);
/freebsd-12.1/contrib/llvm/lib/Support/
H A DVirtualFileSystem.cpp1011 if (IsFallthrough && EC == errc::no_such_file_or_directory) in dir_begin()
1029 /*IterateExternalFS=*/IsFallthrough, *ExternalFS, EC)); in dir_begin()
1489 if (!parseScalarBool(I.getValue(), FS->IsFallthrough)) in parse()
1660 if (IsFallthrough && in status()
1698 if (IsFallthrough && in openFileForRead()
1729 if (IsFallthrough && in getRealPath()
1742 return IsFallthrough ? ExternalFS->getRealPath(Path, Output) in getRealPath()
/freebsd-12.1/contrib/llvm/lib/CodeGen/
H A DMIRPrinter.cpp505 bool &IsFallthrough) { in guessSuccessors() argument
521 IsFallthrough = I == MBB.end() || !I->isBarrier(); in guessSuccessors()
/freebsd-12.1/contrib/llvm/include/llvm/Support/
H A DVirtualFileSystem.h663 bool IsFallthrough = true; variable
/freebsd-12.1/contrib/llvm/lib/CodeGen/MIRParser/
H A DMIParser.cpp680 bool IsFallthrough; in parseBasicBlock() local
681 guessSuccessors(MBB, Successors, IsFallthrough); in parseBasicBlock()
685 if (IsFallthrough) { in parseBasicBlock()