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

  /external/llvm/lib/CodeGen/
IfConversion.cpp 245 // blockAlwaysFallThrough - Block ends without a terminator.
246 bool blockAlwaysFallThrough(BBInfo &BBI) const {
534 if (!TExit && blockAlwaysFallThrough(TrueBBI)) {
555 if (!TT && blockAlwaysFallThrough(TrueBBI))
557 if (!FT && blockAlwaysFallThrough(FalseBBI))
    [all...]
  /external/swiftshader/third_party/LLVM/lib/CodeGen/
IfConversion.cpp 222 // blockAlwaysFallThrough - Block ends without a terminator.
223 bool blockAlwaysFallThrough(BBInfo &BBI) const {
509 if (!TExit && blockAlwaysFallThrough(TrueBBI)) {
530 if (!TT && blockAlwaysFallThrough(TrueBBI))
532 if (!FT && blockAlwaysFallThrough(FalseBBI))
    [all...]

Completed in 57 milliseconds