Searched defs:Changed (Results 1 - 7 of 7) sorted by relevance

/frameworks/compile/slang/BitWriter_2_9/
H A DBitcodeWriterPass.cpp33 bool Changed = false; local
35 return Changed;
/frameworks/compile/slang/BitWriter_2_9_func/
H A DBitcodeWriterPass.cpp33 bool Changed = false; local
35 return Changed;
/frameworks/compile/slang/BitWriter_3_2/
H A DBitcodeWriterPass.cpp33 bool Changed = false; local
35 return Changed;
/frameworks/compile/slang/
H A Dstrip_unknown_attributes.cpp46 bool Changed = false; local
48 Changed |= runOnFunction(*I);
50 return Changed;
/frameworks/compile/libbcc/lib/Renderscript/
H A DRSInvariant.cpp76 bool Changed = false; local
86 Changed |= markInvariantUserLoads(&Arg);
93 return Changed;
111 bool Changed = false; local
123 Changed |= markInvariantUserLoads(BitCast);
126 Changed |= markInvariantUserLoads(GetElementPtr);
130 Changed = true;
134 return Changed;
H A DRSKernelExpand.cpp1346 bool Changed = false; local
1369 Changed |= ExpandForEach(kernel, signature);
1372 Changed |= ExpandOldStyleForEach(kernel, signature);
1389 Changed |= PromoteReduceFunction(ExportReduceList[i].mInitializerName, PromotedFunctions);
1390 Changed |= PromoteReduceFunction(ExportReduceList[i].mCombinerName, PromotedFunctions);
1391 Changed |= PromoteReduceFunction(ExportReduceList[i].mOutConverterName, PromotedFunctions);
1397 Changed |= ExpandReduceAccumulator(accumulator,
1402 Changed |= CreateReduceCombinerFromAccumulator(accumulator);
1410 return Changed;
/frameworks/compile/libbcc/tools/bcc_strip_attr/
H A Dbcc_strip_attr.cpp77 bool Changed = false; local
79 Changed |= runOnFunction(*I);
81 return Changed;

Completed in 335 milliseconds