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

  /external/llvm/lib/CodeGen/
ScheduleDAGEmit.cpp 60 bool isNew = VRBaseMap.insert(std::make_pair(SU, VRBase)).second;
61 (void)isNew; // Silence compiler warning.
62 assert(isNew && "Node emitted out of order - early");
MachineLICM.cpp 710 bool isNew = RegSeen.insert(Reg);
717 if (isNew && !isKill)
720 else if (!isNew && isKill)
742 bool isNew = RegSeen.insert(Reg);
745 else if (!isNew && isOperandKill(MO, MRI)) {
    [all...]
RegAllocLinearScan.cpp     [all...]
TwoAddressInstructionPass.cpp 706 bool isNew = SrcRegMap.insert(std::make_pair(NewReg, Reg)).second;
707 if (!isNew)
719 bool isNew = DstRegMap.insert(std::make_pair(FromReg, ToReg)).second;
720 if (!isNew)
724 bool isNew = DstRegMap.insert(std::make_pair(DstReg, ToReg)).second;
725 if (!isNew)
756 bool isNew = SrcRegMap.insert(std::make_pair(DstReg, SrcReg)).second;
757 if (!isNew)
    [all...]
  /external/webkit/Source/WebCore/storage/
AbstractDatabase.h 59 bool isNew() const { return m_new; }
  /external/llvm/lib/CodeGen/SelectionDAG/
InstrEmitter.cpp 75 bool isNew = VRBaseMap.insert(std::make_pair(Op, SrcReg)).second;
76 (void)isNew; // Silence compiler warning.
77 assert(isNew && "Node emitted out of order - early");
164 bool isNew = VRBaseMap.insert(std::make_pair(Op, VRBase)).second;
165 (void)isNew; // Silence compiler warning.
166 assert(isNew && "Node emitted out of order - early");
238 bool isNew = VRBaseMap.insert(std::make_pair(Op, VRBase)).second;
239 (void)isNew; // Silence compiler warning.
240 assert(isNew && "Node emitted out of order - early");
533 bool isNew = VRBaseMap.insert(std::make_pair(Op, VRBase)).second
    [all...]
  /external/clang/lib/StaticAnalyzer/Core/
CoreEngine.cpp 446 bool IsNew;
447 ExplodedNode *Node = G->getNode(Loc, State, &IsNew);
452 assert (IsNew);
457 if (IsNew) WList->enqueue(Node);
474 bool isNew;
475 ExplodedNode *node = engine.getGraph().getNode(programPoint, state, &isNew);
478 if (isNew) {
494 bool IsNew;
495 ExplodedNode *N = C.Eng.G->getNode(Loc, State, &IsNew);
502 if (IsNew && !N->isSink()
    [all...]
  /external/proguard/src/proguard/optimize/peephole/
BranchTargetFinder.java 230 public boolean isNew(int offset)
439 (isNew(index) ? " ["+initializationOffset(index)+"] " : " ---- ") +
  /external/webkit/Source/WebCore/page/animation/
AnimationBase.h 118 bool running() const { return !isNew() && !postActive(); }
120 bool isNew() const { return m_animState == AnimationStateNew; }
  /external/clang/lib/Parse/
ParseExprCXX.cpp     [all...]
  /external/clang/lib/Sema/
SemaDeclObjC.cpp 699 bool isNew = false;
705 isNew = true;
709 if (!isNew)
    [all...]
  /external/proguard/lib/
proguard.jar 
  /prebuilt/common/ant/
ant.jar 

Completed in 309 milliseconds