Searched refs:Changed (Results 1 - 25 of 145) sorted by relevance

123456

/external/chromium_org/third_party/WebKit/Tools/Scripts/webkitperl/VCSUtils_unittest/
H A DfixChangeLogPatch.pl46 # Changed some code on 2009-12-22.
55 # Changed some code on 2009-12-21.
72 Changed some code on 2010-12-22.
84 Changed some code on 2010-12-22.
98 - Changed some code on 2010-12-22.
115 - Changed some code on 2010-12-22.
136 - Changed some code on 2010-12-22.
152 - Changed some code on 2010-12-22.
172 Changed some code on 2010-12-22.
181 Changed som
[all...]
H A DfixChangeLogPatchThenSetChangeLogDateAndReviewer.pl48 + Changed some more code on 2010-05-08.
56 Changed some code on 2010-05-08.
66 + Changed some more code on 2010-05-08.
/external/llvm/lib/Transforms/Scalar/
H A DFlattenCFGPass.cpp54 bool Changed = false; local
66 Changed |= LocalChange;
68 return Changed;
H A DConstantProp.cpp70 bool Changed = false; local
94 Changed = true;
98 return Changed;
H A DSimplifyCFGPass.cpp73 bool Changed = false; local
108 Changed = true;
143 return Changed;
150 bool Changed = false; local
163 Changed |= LocalChange;
165 return Changed;
H A DDCE.cpp46 bool Changed = false; variable
51 Changed = true;
55 return Changed;
H A DLoopDeletion.cpp57 bool &Changed, BasicBlock *Preheader);
83 bool &Changed, BasicBlock *Preheader) {
105 if (!L->makeLoopInvariant(I, Changed, Preheader->getTerminator()))
166 bool Changed = false;
167 if (!isLoopDead(L, exitingBlocks, exitBlocks, Changed, preheader))
168 return Changed;
175 return Changed;
249 Changed = true;
253 return Changed;
80 isLoopDead(Loop *L, SmallVectorImpl<BasicBlock *> &exitingBlocks, SmallVectorImpl<BasicBlock *> &exitBlocks, bool &Changed, BasicBlock *Preheader) argument
/external/llvm/lib/Transforms/ObjCARC/
H A DObjCARCAPElim.cpp95 bool Changed = false; local
108 Changed = true;
127 return Changed;
151 bool Changed = false; local
172 Changed |= OptimizeBB(F->begin());
175 return Changed;
H A DObjCARCExpand.cpp93 bool Changed = false;
113 Changed = true;
127 return Changed;
/external/llvm/lib/Analysis/IPA/
H A DCallGraphSCCPass.cpp114 bool Changed = false;
126 Changed = CGSP->runOnSCC(CurSCC);
132 if (Changed)
136 return Changed;
151 Changed |= FPP->runOnFunction(*F);
159 if (Changed && CallGraphUpToDate) {
164 return Changed;
373 bool Changed = false; local
409 Changed |= RunPassOnSCC(P, CurSCC, CG,
412 if (Changed)
433 bool Changed = doInitialization(CG); local
483 bool Changed = false; local
498 bool Changed = false; local
[all...]
/external/llvm/lib/Transforms/Utils/
H A DSimplifyInstructions.cpp56 bool Changed = false; variable
77 Changed = true;
86 Changed |= res;
96 return Changed;
H A DLowerInvoke.cpp55 bool Changed = false; local
77 ++NumInvokes; Changed = true;
79 return Changed;
H A DMem2Reg.cpp63 bool Changed = false; local
81 Changed = true;
84 return Changed;
H A DLCSSA.cpp184 bool Changed = false; local
215 Changed |= processInstruction(L, *I, DT, ExitBlocks, PredCache);
222 if (SE && Changed)
227 return Changed;
233 bool Changed = false; local
237 Changed |= formLCSSARecursively(**LI, DT, SE);
239 Changed |= formLCSSA(L, DT, SE);
240 return Changed;
287 bool Changed = false; local
294 Changed |
[all...]
/external/llvm/include/llvm/ADT/
H A DSetOperations.h24 bool Changed = false; local
29 Changed = true;
31 return Changed;
/external/llvm/lib/CodeGen/
H A DExpandISelPseudos.cpp48 bool Changed = false; local
60 Changed = true;
74 return Changed;
H A DOptimizePHIs.cpp75 bool Changed = false; local
77 Changed |= OptimizeBB(*I);
79 return Changed;
157 bool Changed = false; local
176 Changed = true;
191 Changed = true;
194 return Changed;
/external/llvm/lib/Target/AArch64/
H A DAArch64DeadRegisterDefinitionsPass.cpp69 bool Changed = false; local
116 return Changed;
123 bool Changed = false; local
128 Changed = true;
129 return Changed;
H A DAArch64CleanupLocalDynamicTLSPass.cpp59 bool Changed = false; local
75 Changed = true;
84 Changed |= VisitNode(N, TLSBaseAddrReg);
87 return Changed;
/external/llvm/lib/Target/SystemZ/
H A DSystemZShortenInst.cpp102 bool Changed = false;
122 Changed |= shortenIIF(MI, LowGPRs, LiveHigh, SystemZ::LLILL,
125 Changed |= shortenIIF(MI, HighGPRs, LiveLow, SystemZ::LLIHL,
149 return Changed;
155 bool Changed = false;
157 Changed |= processBlock(MBB);
159 return Changed;
/external/llvm/lib/Target/NVPTX/
H A DNVPTXFavorNonGenericAddrSpaces.cpp178 bool Changed = false;
183 Changed |= optimizeMemoryInstruction(I, 0);
186 Changed |= optimizeMemoryInstruction(I, 1);
190 return Changed;
/external/llvm/lib/Transforms/IPO/
H A DGlobalDCE.cpp75 bool Changed = false; local
78 Changed |= optimizeGlobalCtorsList(M, isEmptyFunction);
85 Changed |= RemoveUnusedGlobalValue(*I);
97 Changed |= RemoveUnusedGlobalValue(*I);
110 Changed |= RemoveUnusedGlobalValue(*I);
173 Changed = true;
182 Changed = true;
192 Changed = true;
199 return Changed;
/external/llvm/tools/bugpoint/
H A DListReducer.h158 bool Changed = true; local
160 while (Changed) { // Trimming loop.
161 Changed = false;
184 Changed = true;
/external/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
H A DCheckerContext.h77 bool Changed; member in class:clang::ento::CheckerContext
94 Changed(false),
122 bool isDifferent() { return Changed; }
236 Changed = true;
293 Changed = true;
/external/llvm/lib/Target/Hexagon/
H A DHexagonFixupHwLoops.cpp90 bool Changed = fixupLoopInstrs(MF); local
91 return Changed;
120 bool Changed = false; local
143 Changed = true;
154 return Changed;

Completed in 5068 milliseconds

123456