Home
last modified time | relevance | path

Searched defs:CodeRegion (Results 1 – 14 of 14) sorted by relevance

/third_party/rust/rust/compiler/rustc_middle/src/mir/
Dcoverage.rs151 pub struct CodeRegion { struct
159 impl Debug for CodeRegion { argument
/third_party/rust/rust/compiler/rustc_codegen_llvm/src/coverageinfo/
Dmap_data.rs85 pub fn add_counter(&mut self, id: CounterValueReference, region: CodeRegion) { in add_counter()
111 region: Option<CodeRegion>, in add_counter_expression()
141 pub fn add_unreachable_region(&mut self, region: CodeRegion) { in add_unreachable_region()
156 ) -> (Vec<CounterExpression>, impl Iterator<Item = (Counter, &CodeRegion)>) { in get_expressions_and_counter_regions()
172 fn counter_regions(&self) -> impl Iterator<Item = (Counter, &CodeRegion)> { in counter_regions()
182 ) -> (Vec<CounterExpression>, impl Iterator<Item = (Counter, &CodeRegion)>) { in expressions_with_regions()
340 fn unreachable_regions(&self) -> impl Iterator<Item = (Counter, &CodeRegion)> { in unreachable_regions()
Dmapgen.rs145 counter_regions: impl Iterator<Item = (Counter, &'a CodeRegion)>, in write_coverage_mapping()
165 let CodeRegion { file_name, start_line, start_col, end_line, end_col } = *region; in write_coverage_mapping() localVariable
Dmod.rs182 region: CodeRegion, in add_coverage_counter()
209 region: Option<CodeRegion>, in add_coverage_counter_expression()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/IR/
DDiagnosticInfo.cpp234 const Value *CodeRegion) in OptimizationRemark()
268 const Value *CodeRegion) in OptimizationRemarkMissed()
289 const Value *CodeRegion) in OptimizationRemarkAnalysis()
304 const DiagnosticLocation &Loc, const Value *CodeRegion) in OptimizationRemarkAnalysis()
322 const Value *CodeRegion) in DiagnosticInfoOptimizationFailure()
/third_party/rust/rust/compiler/rustc_mir_transform/src/coverage/
Dquery.rs139 fn covered_code_regions(tcx: TyCtxt<'_>, def_id: DefId) -> Vec<&CodeRegion> { in covered_code_regions()
Dmod.rs471 some_code_region: Option<CodeRegion>, in inject_statement()
510 ) -> CodeRegion { in make_code_region()
/third_party/rust/rust/compiler/rustc_llvm/llvm-wrapper/
DCoverageMappingWrapper.cpp41 CodeRegion = 0, enumerator
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/IR/
DDiagnosticInfo.h839 const Value *CodeRegion) in OptimizationRemarkAnalysisFPCommute()
880 const Value *CodeRegion) in OptimizationRemarkAnalysisAliasing()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/
DHardwareLoops.cpp95 Value *CodeRegion = L->getHeader(); in createHWLoopAnalysis() local
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ProfileData/Coverage/
DCoverageMapping.h207 CodeRegion, enumerator
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Analysis/
DLoopAccessAnalysis.cpp2092 Value *CodeRegion = TheLoop->getHeader(); in recordAnalysis() local
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Vectorize/
DLoopVectorize.cpp863 Value *CodeRegion = TheLoop->getHeader(); in createLVAnalysis() local
/third_party/rust/rust/compiler/rustc_codegen_llvm/src/llvm/
Dffi.rs701 CodeRegion = 0, enumerator