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

/freebsd-12-stable/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DScheduleDAGFast.cpp267 bool isNewLoad = true; local
271 isNewLoad = false;
300 if (isNewLoad)
306 if (isNewLoad) {
328 if (isNewLoad) {
333 if (isNewLoad) {
H A DScheduleDAGRRList.cpp1002 bool isNewLoad = true; local
1010 isNewLoad = false;
1021 // This can only happen when isNewLoad is false.
1080 if (isNewLoad)
1085 if (isNewLoad)
1107 if (isNewLoad) {
1119 if (isNewLoad)

Completed in 103 milliseconds