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

  /external/llvm/lib/Target/R600/
SIISelLowering.cpp 97 uint32_t Skipped = 0;
109 Skipped |= 1 << i;
154 if (Skipped & (1 << i)) {
  /external/llvm/lib/CodeGen/
SplitKit.cpp 835 bool Skipped = false;
876 Skipped = true;
    [all...]
  /external/clang/lib/CodeGen/
CGStmt.cpp 399 const Stmt *Skipped = S.getElse();
401 std::swap(Executed, Skipped);
403 // If the skipped block has no labels in it, just emit the executed block.
405 if (!ContainsLabel(Skipped)) {
522 // The LoopHeader typically is just a branch if we skipped emitting
569 // The DoCond block typically is just a branch if we skipped
    [all...]
  /external/llvm/lib/Target/ARM/
ARMCodeEmitter.cpp     [all...]
  /external/valgrind/main/callgrind/
global.h 215 typedef struct _Skipped Skipped;
410 FullCost skipped; /* cost for skipped functions called from member in struct:_BBCC
485 * <nonskipped> is 0 if the function called is not skipped (usual case).
486 * Otherwise, it is the last non-skipped BBCC. This one gets all
487 * the calls to non-skipped functions and all costs in skipped

Completed in 85 milliseconds