Searched refs:isFallThrough (Results 1 - 2 of 2) sorted by relevance

/external/llvm/lib/CodeGen/
H A DIfConversion.cpp1309 bool isFallThrough = canFallThroughTo(BBI.BB, NextBBI->BB); local
1310 if (!isFallThrough) {
/external/swiftshader/third_party/LLVM/lib/CodeGen/
H A DIfConversion.cpp1167 bool isFallThrough = canFallThroughTo(BBI.BB, NextBBI->BB); local
1168 if (!isFallThrough) {

Completed in 130 milliseconds