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

/frameworks/compile/libbcc/tools/bcc_strip_attr/
H A Dbcc_strip_attr.cpp71 bool Changed = false; local
73 Changed |= runOnFunction(*I);
75 return Changed;
/frameworks/compile/slang/BitWriter_2_9/
H A DBitcodeWriterPass.cpp34 bool Changed = false; local
37 Changed |= expandCaseRange(*F);
40 return Changed;
50 bool Changed = false; local
70 Changed = true;
93 return Changed;
/frameworks/compile/slang/BitWriter_2_9_func/
H A DBitcodeWriterPass.cpp34 bool Changed = false; local
37 Changed |= expandCaseRange(*F);
40 return Changed;
50 bool Changed = false; local
70 Changed = true;
93 return Changed;
/frameworks/compile/libbcc/lib/Renderscript/
H A DRSForEachExpand.cpp615 bool Changed = false; local
626 Changed |= ExpandKernel(kernel, signature);
629 Changed |= ExpandFunction(kernel, signature);
633 return Changed;

Completed in 196 milliseconds