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

/freebsd-12-stable/contrib/llvm-project/llvm/lib/CodeGen/
H A DRegAllocFast.cpp1036 bool hasEarlyClobbers = false; local
1056 hasEarlyClobbers = true;
1068 hasEarlyClobbers = true;
1082 if (MI.isInlineAsm() || hasEarlyClobbers || hasPartialRedefs ||
1089 hasEarlyClobbers = true;
1139 if (hasEarlyClobbers) {

Completed in 46 milliseconds