Home
last modified time | relevance | path

Searched defs:InstrumentRegions (Results 1 – 6 of 6) sorted by relevance

/freebsd/contrib/llvm-project/llvm/tools/llvm-mca/
H A DCodeRegion.h204 struct InstrumentRegions : public CodeRegions { struct
208 void beginRegion(llvm::StringRef Description, llvm::SMLoc Loc) override{}; in beginRegion()
H A DCodeRegion.cpp115 InstrumentRegions::InstrumentRegions(llvm::SourceMgr &S) : CodeRegions(S) {} in InstrumentRegions() function in llvm::mca::InstrumentRegions
H A Dllvm-mca.cpp527 const mca::InstrumentRegions &InstrumentRegions = *InstrumentRegionsOrErr; in main() local
/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCodeGenPGO.cpp1023 bool InstrumentRegions = CGM.getCodeGenOpts().hasProfileClangInstr(); in assignRegionCounters() local
H A DCodeGenFunction.cpp1745 bool InstrumentRegions = CGM.getCodeGenOpts().hasProfileClangInstr(); in EmitBranchToCounterBlock() local
H A DCGExprScalar.cpp4894 bool InstrumentRegions = CGF.CGM.getCodeGenOpts().hasProfileClangInstr(); in VisitBinLAnd() local
5034 bool InstrumentRegions = CGF.CGM.getCodeGenOpts().hasProfileClangInstr(); in VisitBinLOr() local