HomeSort by: relevance | last modified time | path
    Searched refs:IsFallthrough (Results 1 - 5 of 5) sorted by relevancy

  /src/external/apache2/llvm/dist/llvm/include/llvm/CodeGen/
MIRPrinter.h 41 bool &IsFallthrough);
  /src/external/apache2/llvm/dist/llvm/include/llvm/Support/
VirtualFileSystem.h 738 bool shouldUseExternalFS() const { return IsFallthrough; }
797 bool IsFallthrough = true;
  /src/external/apache2/llvm/dist/llvm/lib/CodeGen/
MIRPrinter.cpp 578 bool &IsFallthrough) {
594 IsFallthrough = I == MBB.end() || !I->isBarrier();
  /src/external/apache2/llvm/dist/llvm/lib/Support/
VirtualFileSystem.cpp 1257 IsFallthrough = Fallthrough;
1726 if (!parseScalarBool(I.getValue(), FS->IsFallthrough))
  /src/external/apache2/llvm/dist/llvm/lib/CodeGen/MIRParser/
MIParser.cpp 912 bool IsFallthrough;
913 guessSuccessors(MBB, Successors, IsFallthrough);
917 if (IsFallthrough) {

Completed in 21 milliseconds