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

/frameworks/compile/slang/BitWriter_3_2/
H A DBitcodeWriterPass.cpp33 bool Changed = false; local
35 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/
H A Dstrip_unknown_attributes.cpp46 bool Changed = false; local
48 Changed |= runOnFunction(*I);
50 return Changed;
/frameworks/compile/libbcc/tools/bcc_strip_attr/
H A Dbcc_strip_attr.cpp73 bool Changed = false; local
75 Changed |= runOnFunction(*I);
77 return Changed;
/frameworks/compile/libbcc/lib/Renderscript/
H A DRSForEachExpand.cpp833 bool Changed = false; local
856 Changed |= ExpandKernel(kernel, signature);
859 Changed |= ExpandFunction(kernel, signature);
873 return Changed;

Completed in 116 milliseconds