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

/frameworks/compile/slang/StripUnkAttr/
H A Dstrip_unknown_attributes_pass.cpp32 bool Changed = false; local
34 Changed |= runOnFunction(*I);
36 return Changed;
/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/libbcc/lib/
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.cpp1369 bool Changed = false; local
1394 Changed |= ExpandForEach(kernel, signature);
1397 Changed |= ExpandOldStyleForEach(kernel, signature);
1414 Changed |= PromoteReduceFunction(ExportReduceList[i].mInitializerName, PromotedFunctions);
1415 Changed |= PromoteReduceFunction(ExportReduceList[i].mCombinerName, PromotedFunctions);
1416 Changed |= PromoteReduceFunction(ExportReduceList[i].mOutConverterName, PromotedFunctions);
1422 Changed |= ExpandReduceAccumulator(accumulator,
1427 Changed |= CreateReduceCombinerFromAccumulator(accumulator);
1435 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 296 milliseconds