HomeSort by relevance Sort by last modified time
    Searched defs:Skipped (Results 1 - 4 of 4) 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/clang/lib/CodeGen/
CGStmt.cpp 489 const Stmt *Skipped = S.getElse();
491 std::swap(Executed, Skipped);
493 // If the skipped block has no labels in it, just emit the executed block.
495 if (!ContainsLabel(Skipped)) {
712 // The LoopHeader typically is just a branch if we skipped emitting
773 // The DoCond block typically is just a branch if we skipped
    [all...]
  /external/llvm/lib/Target/R600/
SIISelLowering.cpp 321 uint32_t Skipped = 0;
334 Skipped |= 1 << i;
392 if (Skipped & (1 << i)) {
    [all...]

Completed in 1039 milliseconds