Home
last modified time | relevance | path

Searched defs:shouldIgnoreInstruments (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/Target/RISCV/MCA/
H A DRISCVCustomBehaviour.h58 bool shouldIgnoreInstruments() const override { return false; } in shouldIgnoreInstruments() function
/freebsd/contrib/llvm-project/llvm/include/llvm/MCA/
H A DCustomBehaviour.h153 virtual bool shouldIgnoreInstruments() const { return true; } in shouldIgnoreInstruments() function