Home
last modified time | relevance | path

Searched refs:IsRecyclable (Results 1 – 2 of 2) sorted by relevance

/llvm-project-15.0.7/llvm/lib/MCA/
H A DInstrBuilder.cpp618 if ((ID->IsRecyclable = !IsVariadic && !IsVariant)) { in createInstrDescImpl()
650 if (!D.IsRecyclable) in createInstruction()
653 if (D.IsRecyclable && InstRecycleCB) { in createInstruction()
/llvm-project-15.0.7/llvm/include/llvm/MCA/
H A DInstruction.h482 unsigned IsRecyclable : 1; member