Home
last modified time | relevance | path

Searched refs:shouldIgnoreInstruments (Results 1 – 3 of 3) sorted by relevance

/llvm-project/llvm/lib/Target/RISCV/MCA/
H A DRISCVCustomBehaviour.h58 bool shouldIgnoreInstruments() const override { return false; } in shouldIgnoreInstruments() function
/llvm-project/llvm/include/llvm/MCA/
H A DCustomBehaviour.h153 virtual bool shouldIgnoreInstruments() const { return true; } in shouldIgnoreInstruments() function
/llvm-project/llvm/tools/llvm-mca/
H A DCodeRegionGenerator.cpp141 if (IM.shouldIgnoreInstruments()) in HandleComment()