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

  /external/llvm/lib/Transforms/IPO/
ExtractGV.cpp 27 SetVector<GlobalValue *> Named;
37 : ModulePass(ID), Named(GVs.begin(), GVs.end()), deleteStuff(deleteS) {}
46 // referenced by the Named set, and which GlobalValues in the rest of
55 deleteStuff == (bool)Named.count(I) && !I->isDeclaration();
77 deleteStuff == (bool)Named.count(I) && !I->isDeclaration();
105 if (deleteStuff == (bool)Named.count(CurI)) {
  /external/webkit/Source/WebCore/html/parser/
HTMLEntityParser.cpp 114 Named
133 entityState = Named;
196 case Named: {
  /external/llvm/lib/Target/R600/
SIInsertWaits.cpp 37 } Named;
127 Result.Named.VM = !!(TSFlags & SIInstrFlags::VM_CNT);
130 Result.Named.EXP = !!(TSFlags & SIInstrFlags::EXP_CNT &&
141 Result.Named.LGKM = Size > 4 ? 2 : 1;
144 Result.Named.LGKM = 0;
212 if (Increment.Named.EXP) {
286 if (Counts.Named.EXP == 0)
291 .addImm((Counts.Named.VM & 0xF) |
292 ((Counts.Named.EXP & 0x7) << 4) |
293 ((Counts.Named.LGKM & 0x7) << 8))
    [all...]
  /external/clang/lib/Sema/
SemaDeclCXX.cpp     [all...]

Completed in 163 milliseconds