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

  /external/clang/utils/TableGen/
NeonEmitter.h 155 Record *WI = R.getClass("WInst");
158 ClassMap[WI] = ClassW;
  /external/llvm/lib/CodeGen/
MachineBasicBlock.cpp 362 weight_iterator WI = getWeightIterator(I);
363 Weights.erase(WI);
375 weight_iterator WI = getWeightIterator(I);
376 Weights.erase(WI);
390 weight_iterator WI = getWeightIterator(SI);
391 weight = *WI;
  /external/llvm/lib/Transforms/Scalar/
LoopUnswitch.cpp 719 std::vector<Instruction*>::iterator WI = std::find(Worklist.begin(),
721 while (WI != Worklist.end()) {
722 unsigned Offset = WI-Worklist.begin();
723 Worklist.erase(WI);
724 WI = std::find(Worklist.begin()+Offset, Worklist.end(), I);
    [all...]
IndVarSimplify.cpp 736 WideIVInfo WI;
740 SE(SCEV), TD(TData) { WI.NarrowIV = NarrowIV; }
760 if (!WI.WidestNativeType) {
761 WI.WidestNativeType = SE->getEffectiveSCEVType(Ty);
762 WI.IsSigned = IsSigned;
767 if (WI.IsSigned != IsSigned)
770 if (Width > SE->getTypeSizeInBits(WI.WidestNativeType))
771 WI.WidestNativeType = SE->getEffectiveSCEVType(Ty);
817 WidenIV(const WideIVInfo &WI, LoopInfo *LInfo,
820 OrigPhi(WI.NarrowIV)
    [all...]
LoopStrengthReduce.cpp     [all...]
  /external/clang/lib/StaticAnalyzer/Core/
BugReporter.cpp     [all...]

Completed in 360 milliseconds