Lines Matching full:region
29 for (UniqueCodeRegion &Region : Regions) in addInstruction()
30 if (Region->isLocInRange(Loc)) in addInstruction()
31 Region->addInstruction(Instruction); in addInstruction()
35 // Create a default region for the input code sequence. in AnalysisRegions()
41 // Remove the default region if there is at least one user defined region. in beginRegion()
42 // By construction, only the default region has an invalid start location. in beginRegion()
57 "Previous anonymous region was defined here"); in beginRegion()
65 "region " + Description + " was previously defined here"); in beginRegion()
77 // Special case where there is only one user defined region, in endRegion()
78 // and this LLVM-MCA-END directive doesn't provide a region name. in endRegion()
80 // the only active region. in endRegion()
88 // Special case where the region end marker applies to the default region. in endRegion()
105 "found an invalid region end directive"); in endRegion()
108 "unable to find an active region named " + Description); in endRegion()
111 "unable to find an active anonymous region"); in endRegion()
133 "instrumentation region " + Description + in beginRegion()
154 "found an invalid instrumentation region end directive"); in endRegion()
157 "unable to find an active instrumentation region named " + in endRegion()