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

  /external/llvm/lib/Target/PowerPC/
PPCCTRLoops.cpp 93 SmallVector<MachineInstr *, 4> &IVars,
257 SmallVector<MachineInstr *, 4> &IVars,
293 IVars.push_back(MPhi);
334 SmallVector<MachineInstr *, 4> IVars, IOps;
335 getCanonicalInductionVariable(L, IVars, IOps);
336 for (unsigned i = 0; i < IVars.size(); ++i) {
338 MachineInstr *IV_Inst = IVars[i];
  /external/clang/lib/StaticAnalyzer/Checkers/
IvarInvalidationChecker.cpp 21 // the ivars or call another invalidation method (on self).
23 // Partial invalidor annotation allows to addess cases when ivars are
26 // method and all the partial methods cumulatively invalidate all ivars.
50 /// Check that all ivars are invalidated.
97 /// Statement visitor, which walks the method body and flags the ivars
100 /// The set of Ivars which need to be invalidated.
101 IvarSet &IVars;
152 : IVars(InIVars),
189 /// Given the property declaration, and the list of tracked ivars, finds
325 // We only track the ivars/properties that are defined in the current
    [all...]
  /external/clang/lib/Rewrite/Frontend/
RewriteModernObjC.cpp 378 SmallVectorImpl<ObjCIvarDecl *> &IVars);
    [all...]
RewriteObjC.cpp     [all...]
  /external/clang/lib/CodeGen/
CGObjCGNU.cpp 424 llvm::Constant *IVars,
644 /// constructors from Objective-C ivars.
647 /// constructors to Objective-C ivars.
    [all...]

Completed in 608 milliseconds