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

  /external/llvm/lib/Transforms/Scalar/
DCE.cpp 121 for (std::vector<Instruction*>::iterator WI = WorkList.begin();
122 WI != WorkList.end(); ) {
123 if (*WI == I)
124 WI = WorkList.erase(WI);
126 ++WI;
IndVarSimplify.cpp 603 WideIVInfo WI;
607 SE(SCEV), TD(TData) { WI.NarrowIV = NarrowIV; }
627 if (!WI.WidestNativeType) {
628 WI.WidestNativeType = SE->getEffectiveSCEVType(Ty);
629 WI.IsSigned = IsSigned;
634 if (WI.IsSigned != IsSigned)
637 if (Width > SE->getTypeSizeInBits(WI.WidestNativeType))
638 WI.WidestNativeType = SE->getEffectiveSCEVType(Ty);
684 WidenIV(const WideIVInfo &WI, LoopInfo *LInfo,
687 OrigPhi(WI.NarrowIV)
    [all...]
LoopUnswitch.cpp     [all...]
LoopStrengthReduce.cpp     [all...]
  /external/webkit/Source/WebKit/android/content/
address_detector.cpp 726 WI = 56, // WI Wisconsin
786 WI, WI, WI, XX, WI, WI, XX, WI, WI, WI, // 530-53
    [all...]
  /external/clang/include/clang/Sema/
ExternalSemaSource.h 154 SmallVectorImpl<std::pair<IdentifierInfo *, WeakInfo> > &WI) {}
  /external/clang/lib/StaticAnalyzer/Frontend/
AnalysisConsumer.cpp 560 for (SmallVectorImpl<Decl*>::iterator WI=WL.begin(), WE=WL.end();
561 WI != WE; ++WI)
562 if ((*WI)->hasBody()) {
564 checkerMgr->runCheckersOnASTBody(*WI, *Mgr, BR);
566 RunPathSensitiveChecks(*WI, VisitedCallees);
  /external/llvm/lib/CodeGen/
MachineBasicBlock.cpp 463 weight_iterator WI = getWeightIterator(I);
464 Weights.erase(WI);
476 weight_iterator WI = getWeightIterator(I);
477 Weights.erase(WI);
    [all...]
  /external/clang/lib/StaticAnalyzer/Core/
BugReporter.cpp     [all...]
  /external/clang/utils/TableGen/
NeonEmitter.cpp 206 Record *WI = R.getClass("WInst");
209 ClassMap[WI] = ClassW;
    [all...]
  /external/clang/include/clang/Serialization/
ASTReader.h     [all...]
  /external/clang/lib/Serialization/
ASTReader.cpp     [all...]

Completed in 1685 milliseconds