Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/CodeGen/
H A DMIRPrinter.h41 bool &IsFallthrough);
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Support/
H A DVirtualFileSystem.h738 bool shouldUseExternalFS() const { return IsFallthrough; } in shouldUseExternalFS()
797 bool IsFallthrough = true; variable
/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/
H A DMIRPrinter.cpp578 bool &IsFallthrough) { in guessSuccessors() argument
594 IsFallthrough = I == MBB.end() || !I->isBarrier(); in guessSuccessors()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/MIRParser/
H A DMIParser.cpp912 bool IsFallthrough; in parseBasicBlock() local
913 guessSuccessors(MBB, Successors, IsFallthrough); in parseBasicBlock()
917 if (IsFallthrough) { in parseBasicBlock()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Support/
H A DVirtualFileSystem.cpp1257 IsFallthrough = Fallthrough; in setFallthrough()
1726 if (!parseScalarBool(I.getValue(), FS->IsFallthrough)) in parse()