Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/MCA/
H A DInstrBuilder.h80 bool FirstReturnInst; variable
108 FirstReturnInst = true; in clear()
/freebsd-14.2/contrib/llvm-project/llvm/lib/MCA/
H A DInstrBuilder.cpp36 FirstReturnInst(true) { in InstrBuilder()
566 if (MCDesc.isReturn() && FirstReturnInst) { in createInstrDescImpl()
570 FirstReturnInst = false; in createInstrDescImpl()