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...]
  /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 179 milliseconds