Home
last modified time | relevance | path

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

/openbsd/src/gnu/llvm/llvm/lib/MCA/
DInstrBuilder.cpp591 if ((ID->IsRecyclable = !IsVariadic && !IsVariant)) { in createInstrDescImpl()
634 if (!D.IsRecyclable) in createInstruction()
637 if (D.IsRecyclable && InstRecycleCB) { in createInstruction()
/openbsd/src/gnu/llvm/llvm/include/llvm/MCA/
DInstruction.h479 unsigned IsRecyclable : 1; member