Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/MCA/
H A DInstrBuilder.cpp635 if ((ID->IsRecyclable = !IsVariadic && !IsVariant)) { in createInstrDescImpl()
687 if (!D.IsRecyclable) in createInstruction()
690 if (D.IsRecyclable && InstRecycleCB) { in createInstruction()
/freebsd/contrib/llvm-project/llvm/include/llvm/MCA/
H A DInstruction.h479 unsigned IsRecyclable : 1; member