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

/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DMIRPrinter.h41 bool &IsFallthrough);
/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/Support/
H A DVirtualFileSystem.h651 return ExternalFSValidWD && IsFallthrough;
705 bool IsFallthrough = true; member in class:llvm::vfs::RedirectingFileSystem
/freebsd-11-stable/contrib/llvm-project/llvm/lib/CodeGen/
H A DMIRPrinter.cpp551 bool &IsFallthrough) {
567 IsFallthrough = I == MBB.end() || !I->isBarrier();
549 guessSuccessors(const MachineBasicBlock &MBB, SmallVectorImpl<MachineBasicBlock*> &Result, bool &IsFallthrough) argument
/freebsd-11-stable/contrib/llvm-project/llvm/lib/CodeGen/MIRParser/
H A DMIParser.cpp877 bool IsFallthrough; local
878 guessSuccessors(MBB, Successors, IsFallthrough);
882 if (IsFallthrough) {
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Support/
H A DVirtualFileSystem.cpp1581 if (!parseScalarBool(I.getValue(), FS->IsFallthrough))

Completed in 101 milliseconds