HomeSort by relevance Sort by last modified time
    Searched defs:Skipped (Results 1 - 5 of 5) sorted by null

  /external/llvm/lib/CodeGen/
SplitKit.cpp 837 bool Skipped = false;
878 Skipped = true;
    [all...]
  /external/llvm/lib/Target/ARM/
ARMCodeEmitter.cpp     [all...]
  /external/llvm/lib/Target/R600/
SIISelLowering.cpp 143 uint32_t Skipped = 0;
155 Skipped |= 1 << i;
208 if (Skipped & (1 << i)) {
    [all...]
  /external/clang/lib/CodeGen/
CGStmt.cpp 440 const Stmt *Skipped = S.getElse();
442 std::swap(Executed, Skipped);
444 // If the skipped block has no labels in it, just emit the executed block.
446 if (!ContainsLabel(Skipped)) {
563 // The LoopHeader typically is just a branch if we skipped emitting
610 // The DoCond block typically is just a branch if we skipped
    [all...]