HomeSort by relevance Sort by last modified time
    Searched refs:HasFallThrough (Results 1 - 2 of 2) sorted by null

  /external/llvm/lib/CodeGen/
IfConversion.cpp 100 /// HasFallThrough - True if BB may fallthrough to the following BB.
117 bool HasFallThrough : 1;
131 HasFallThrough(false), IsUnpredicable(false),
659 BBI.HasFallThrough = BBI.IsBrAnalyzable && BBI.FalseBB == nullptr;
    [all...]
  /external/swiftshader/third_party/LLVM/lib/CodeGen/
IfConversion.cpp 91 /// HasFallThrough - True if BB may fallthrough to the following BB.
108 bool HasFallThrough : 1;
122 HasFallThrough(false), IsUnpredicable(false),
630 BBI.HasFallThrough = BBI.IsBrAnalyzable && BBI.FalseBB == NULL;
    [all...]

Completed in 83 milliseconds