Searched defs:InstrumentRegions (Results 1 – 6 of 6) sorted by relevance
/freebsd-src/contrib/llvm-project/llvm/tools/llvm-mca/ | ||
H A D | CodeRegion.h | 191 struct InstrumentRegions : public CodeRegions { global() struct |
H A D | CodeRegion.cpp | 115 InstrumentRegions::InstrumentRegions(llvm::SourceMgr &S) : CodeRegions(S) {} in InstrumentRegions() function in llvm::mca::InstrumentRegions |
H A D | llvm-mca.cpp | 491 const mca::InstrumentRegions &InstrumentRegions = *InstrumentRegionsOrErr; main() local |
/freebsd-src/contrib/llvm-project/clang/lib/CodeGen/ | ||
H A D | CodeGenPGO.cpp | 934 bool InstrumentRegions = CGM.getCodeGenOpts().hasProfileClangInstr(); assignRegionCounters() local |
H A D | CodeGenFunction.cpp | 1666 bool InstrumentRegions = CGM.getCodeGenOpts().hasProfileClangInstr(); EmitBranchToCounterBlock() local |
H A D | CGExprScalar.cpp | 4557 bool InstrumentRegions = CGF.CGM.getCodeGenOpts().hasProfileClangInstr(); VisitBinLAnd() local |