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

/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DMIRPrinter.h41 bool &IsFallthrough);
/freebsd-13-stable/contrib/llvm-project/llvm/lib/CodeGen/
H A DMIRPrinter.cpp555 bool &IsFallthrough) {
571 IsFallthrough = I == MBB.end() || !I->isBarrier();
553 guessSuccessors(const MachineBasicBlock &MBB, SmallVectorImpl<MachineBasicBlock*> &Result, bool &IsFallthrough) argument
/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/Support/
H A DVirtualFileSystem.h653 return ExternalFSValidWD && IsFallthrough;
707 bool IsFallthrough = true; member in class:llvm::vfs::RedirectingFileSystem
/freebsd-13-stable/contrib/llvm-project/llvm/lib/CodeGen/MIRParser/
H A DMIParser.cpp915 bool IsFallthrough; local
916 guessSuccessors(MBB, Successors, IsFallthrough);
920 if (IsFallthrough) {
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Support/
H A DVirtualFileSystem.cpp1610 if (!parseScalarBool(I.getValue(), FS->IsFallthrough))

Completed in 137 milliseconds