HomeSort by: relevance | last modified time | path
    Searched defs:body_from_caller (Results 1 - 4 of 4) sorted by relevancy

  /src/external/gpl3/gcc/dist/gcc/
cfgloop.cc 1216 bool body_from_caller = true;
1220 body_from_caller = false;
1228 if (!body_from_caller)
1215 bool body_from_caller = true; local
tree-ssa-loop-niter.cc 3168 bool body_from_caller = true; local
3172 body_from_caller = false;
3175 if (!body_from_caller)
  /src/external/gpl3/gcc.old/dist/gcc/
cfgloop.cc 1223 bool body_from_caller = true;
1227 body_from_caller = false;
1235 if (!body_from_caller)
1222 bool body_from_caller = true; local
tree-ssa-loop-niter.cc 2567 bool body_from_caller = true; local
2571 body_from_caller = false;
2574 if (!body_from_caller)

Completed in 23 milliseconds