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

/external/webkit/Source/WebKit/android/content/
H A Daddress_detector.cpp726 WI = 56, // WI Wisconsin enumerator in enum:USState
786 WI, WI, WI, XX, WI, WI, XX, WI, WI, WI, // 53
[all...]
/external/llvm/lib/Transforms/Scalar/
H A DDCE.cpp121 for (std::vector<Instruction*>::iterator WI = WorkList.begin();
122 WI != WorkList.end(); ) {
123 if (*WI == I)
124 WI = WorkList.erase(WI);
126 ++WI;
H A DIndVarSimplify.cpp603 WideIVInfo WI; member in class:__anon9686::WideIVVisitor
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, argument
687 OrigPhi(WI
[all...]
H A DLoopStrengthReduce.cpp3539 const WorkItem &WI = *I; local
3540 size_t LUIdx = WI.LUIdx;
3542 int64_t Imm = WI.Imm;
3543 const SCEV *OrigReg = WI.OrigReg;
H A DLoopUnswitch.cpp909 std::vector<Instruction*>::iterator WI = std::find(Worklist.begin(), local
911 while (WI != Worklist.end()) {
912 unsigned Offset = WI-Worklist.begin();
913 Worklist.erase(WI);
914 WI = std::find(Worklist.begin()+Offset, Worklist.end(), I);
/external/llvm/lib/CodeGen/
H A DMachineBasicBlock.cpp463 weight_iterator WI = getWeightIterator(I); local
464 Weights.erase(WI);
476 weight_iterator WI = getWeightIterator(I); local
477 Weights.erase(WI);
/external/clang/utils/TableGen/
H A DNeonEmitter.cpp206 Record *WI = R.getClass("WInst"); local
209 ClassMap[WI] = ClassW;
/external/clang/include/clang/Sema/
H A DExternalSemaSource.h154 SmallVectorImpl<std::pair<IdentifierInfo *, WeakInfo> > &WI) {}
153 ReadWeakUndeclaredIdentifiers( SmallVectorImpl<std::pair<IdentifierInfo *, WeakInfo> > &WI) argument
/external/clang/include/clang/Serialization/
H A DASTReader.h1258 SmallVectorImpl<std::pair<IdentifierInfo *, WeakInfo> > &WI);
/external/clang/lib/Serialization/
H A DASTReader.cpp5551 WeakInfo WI(AliasId, Loc);
5552 WI.setUsed(Used);
5553 WeakIDs.push_back(std::make_pair(WeakId, WI));
/external/clang/lib/StaticAnalyzer/Core/
H A DBugReporter.cpp2044 WLItem &WI = WL.back(); local
2045 assert(!WI.N->succ_empty());
2047 for (; WI.I != WI.E; ++WI.I) {
2048 const ExplodedNode *Succ = *WI.I;
2074 if (!WL.empty() && &WL.back() == &WI)
/external/clang/lib/StaticAnalyzer/Frontend/
H A DAnalysisConsumer.cpp560 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);

Completed in 258 milliseconds