Searched defs:isNewLoad (Results 1 - 2 of 2) sorted by relevance

/external/llvm/lib/CodeGen/SelectionDAG/
H A DScheduleDAGFast.cpp271 bool isNewLoad = true; local
275 isNewLoad = false;
306 if (isNewLoad)
312 if (isNewLoad) {
334 if (isNewLoad) {
339 if (isNewLoad) {
H A DScheduleDAGRRList.cpp987 bool isNewLoad = true; local
991 isNewLoad = false;
1044 if (isNewLoad)
1050 if (isNewLoad)
1075 if (isNewLoad) {
1087 if (isNewLoad)

Completed in 209 milliseconds