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

  /external/llvm/lib/CodeGen/
MachineBasicBlock.cpp 466 weight_iterator WI = getWeightIterator(I);
467 Weights.erase(WI);
479 weight_iterator WI = getWeightIterator(I);
480 Weights.erase(WI);
    [all...]
  /external/llvm/lib/Transforms/Scalar/
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...]
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/lib/StaticAnalyzer/Core/
BugReporter.cpp     [all...]
  /external/clang/utils/TableGen/
NeonEmitter.cpp 206 Record *WI = R.getClass("WInst");
209 ClassMap[WI] = ClassW;
    [all...]

Completed in 127 milliseconds