Lines Matching refs:depconv_cache
70 my %depconv_cache =
94 if (!$depconv_cache{$x}) {
96 $depconv_cache{$x} = $_;
100 if ($depconv_cache{$x}) {
183 unless (defined $depconv_cache{$line}) {
191 $depconv_cache{$line} = $dep;
195 return ($objfile, $depconv_cache{$line})
196 if defined $depconv_cache{$line};
238 unless (defined $depconv_cache{$tail}) {
246 $depconv_cache{$tail} = $dep;
250 return ($objfile, '"'.$depconv_cache{$tail}.'"')
251 if defined $depconv_cache{$tail};
287 unless (defined $depconv_cache{$tail}) {
295 $depconv_cache{$tail} = $dep;
299 return ($objfile, '"'.$depconv_cache{$tail}.'"')
300 if defined $depconv_cache{$tail};