Home
last modified time | relevance | path

Searched defs:Region (Results 1 – 25 of 56) sorted by relevance

123

/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DGCNIterativeScheduler.h60 struct Region { struct
66 const unsigned NumRegionInstrs; argument
73 SpecificBumpPtrAllocator<Region> Alloc; argument
H A DAMDGPUMachineCFGStructurizer.cpp492 MachineRegion *Region; member in __anon27e10c840211::RegionMRT
1042 void LinearizedRegion::initLiveOut(RegionMRT *Region, in initLiveOut()
1267 static void fixRegionTerminator(RegionMRT *Region) { in fixRegionTerminator()
1301 bool regionIsSequence(RegionMRT *Region) { in regionIsSequence()
1313 void fixupRegionExits(RegionMRT *Region) { in fixupRegionExits()
1325 RegionMRT *Region, MachineInstr &PHI, in getPHIRegionIndices()
1337 LinearizedRegion *Region, MachineInstr &PHI, in getPHIRegionIndices()
1349 LinearizedRegion *Region, MachineInstr &PHI, in getPHINonRegionIndices()
2528 static void removeOldExitPreds(RegionMRT *Region) { in removeOldExitPreds()
2563 RegionMRT *Region = Tree->getRegionMRT(); in containsNewBackedge() local
[all …]
/freebsd/contrib/llvm-project/compiler-rt/lib/scudo/standalone/
H A Dprimary64.h134 RegionInfo *Region = getRegionInfo(I); in init() local
167 RegionInfo *Region = getRegionInfo(I); in unmapTestOnly() local
183 RegionInfo *Region = getRegionInfo(I); in verifyAllBlocksAreReleasedTestOnly() local
245 RegionInfo *Region = getRegionInfo(ClassId); in popBatch() local
297 RegionInfo *Region = getRegionInfo(ClassId); in pushBlocks() local
361 RegionInfo *Region = getRegionInfo(I); in iterateOverBlocks() local
381 RegionInfo *Region = getRegionInfo(I); in getStats() local
398 RegionInfo *Region = getRegionInfo(I); in getStats() local
411 RegionInfo *Region = getRegionInfo(I); in getFragmentationInfo() local
430 RegionInfo *Region = getRegionInfo(ClassId); in tryReleaseToOS() local
[all …]
H A Drelease.h257 uptr get(uptr Region, uptr I) const { in get()
266 void inc(uptr Region, uptr I) const { in inc()
276 void incN(uptr Region, uptr I, uptr N) const { in incN()
287 void incRange(uptr Region, uptr From, uptr To) const { in incRange()
298 void setAsAllCounted(uptr Region, uptr I) const { in setAsAllCounted()
305 void setAsAllCountedRange(uptr Region, uptr From, uptr To) const { in setAsAllCountedRange()
312 bool updateAsAllCountedIf(uptr Region, uptr I, uptr MaxCount) { in updateAsAllCountedIf()
322 bool isAllCounted(uptr Region, uptr I) const { in isAllCounted()
/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/
H A DPointerArithChecker.cpp105 PointerArithChecker::getPointedRegion(const MemRegion *Region, in getPointedRegion()
117 const MemRegion *PointerArithChecker::getArrayRegion(const MemRegion *Region, in getArrayRegion()
156 const MemRegion *Region = C.getSVal(E).getAsRegion(); in reportPointerArithMisuse() local
223 const MemRegion *Region = SV.getAsRegion(); in checkPostStmt() local
244 const MemRegion *Region = AllocedVal.getAsRegion(); in checkPostStmt() local
260 const MemRegion *Region = CastedVal.getAsRegion(); in checkPostStmt() local
278 const MemRegion *Region = CastedVal.getAsRegion(); in checkPreStmt() local
H A DMoveChecker.cpp179 const MemRegion *Region; member in __anon371da1220211::MoveChecker::MovedBugVisitor
235 bool isMovedFrom(ProgramStateRef State, const MemRegion *Region) { in isMovedFrom()
245 const MemRegion *Region) { in removeFromState()
256 const MemRegion *Region) { in isAnyBaseRegionReported()
334 const MemRegion *Region, in getMoveLocation()
350 void MoveChecker::modelUse(ProgramStateRef State, const MemRegion *Region, in modelUse()
391 ExplodedNode *MoveChecker::tryToReportBug(const MemRegion *Region, in tryToReportBug()
687 const MemRegion *Region = E.first; in checkDeadSymbols() local
716 for (const auto *Region : RequestedRegions) { in checkRegionChanges() local
724 for (const auto *Region : InvalidatedRegions) in checkRegionChanges() local
H A DNullabilityChecker.cpp158 const MemRegion *Region; member in __anon808e09340111::NullabilityChecker::NullabilityBugVisitor
173 const MemRegion *Region, BugReporter &BR, in reportBug()
326 const MemRegion *Region = RegionSVal->getRegion(); in getTrackRegion() local
483 const MemRegion *Region, CheckerContext &C, const Stmt *ValueExpr, in reportBugIfInvariantHolds()
503 const auto *Region = Reg->getAs<SymbolicRegion>(); in checkDeadSymbols() local
536 const MemRegion *Region = in checkEvent() local
620 const auto *Region = in checkLocation() local
733 const MemRegion *Region = getTrackRegion(*RetSVal); in checkPreStmt() local
825 const MemRegion *Region = getTrackRegion(*ArgSVal); in checkPreCall() local
885 const MemRegion *Region = getTrackRegion(Call.getReturnValue()); in checkPostCall() local
[all …]
H A DStackAddrEscapeChecker.cpp143 const MemRegion *Region = Val.getAsRegion(); in getCapturedStackRegions() local
184 for (const MemRegion *Region : getCapturedStackRegions(B, C)) { in checkAsyncExecutedBlockCaptures() local
214 for (const MemRegion *Region : getCapturedStackRegions(B, C)) { in checkReturnedBlockCaptures() local
336 bool HandleBinding(StoreManager &SMgr, Store S, const MemRegion *Region, in checkEndFunction()
H A DArrayBoundCheckerV2.cpp210 static std::string getRegionName(const SubRegion *Region) { in getRegionName()
251 static Messages getPrecedesMsgs(const SubRegion *Region, NonLoc Offset) { in getPrecedesMsgs()
261 static Messages getExceedsMsgs(ASTContext &ACtx, const SubRegion *Region, in getExceedsMsgs()
313 static Messages getTaintMsgs(const SubRegion *Region, const char *OffsetName) { in getTaintMsgs()
H A DTaggedUnionModeling.h47 for (const MemRegion *Region : Regions) in removeInformationStoredForDeadInstances() local
H A DSmartPtrModeling.cpp162 const MemRegion *Region) { in removeTrackedSubregions()
173 const MemRegion *Region, in updateSwappedRegion()
226 const MemRegion *Region) { in checkAndPrettyPrintRegion()
547 const MemRegion *Region = E.first; in checkDeadSymbols() local
581 for (const auto *Region : Regions) in checkRegionChanges() local
H A DNonnullGlobalConstantsChecker.cpp99 auto *Region = dyn_cast<VarRegion>(RegionVal->getAsRegion()); in isGlobalConstString() local
H A DDynamicTypeChecker.cpp154 const MemRegion *Region = C.getSVal(CE).getAsRegion(); in checkPostStmt() local
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Vectorize/
H A DVPlanVerifier.cpp47 static void verifyBlocksInRegion(const VPRegionBlock *Region) { in verifyBlocksInRegion()
98 static void verifyRegion(const VPRegionBlock *Region) { in verifyRegion()
114 static void verifyRegionRec(const VPRegionBlock *Region) { in verifyRegionRec()
277 for (const VPRegionBlock *Region : in verifyPlanIsValid() local
H A DVPlan.cpp153 while (const VPRegionBlock *Region = dyn_cast<VPRegionBlock>(Block)) in getEntryBasicBlock() local
160 while (VPRegionBlock *Region = dyn_cast<VPRegionBlock>(Block)) in getEntryBasicBlock() local
175 while (const VPRegionBlock *Region = dyn_cast<VPRegionBlock>(Block)) in getExitingBasicBlock() local
182 while (VPRegionBlock *Region = dyn_cast<VPRegionBlock>(Block)) in getExitingBasicBlock() local
1034 else if (const VPRegionBlock *Region = dyn_cast<VPRegionBlock>(Block)) in dumpBlock() local
1101 void VPlanPrinter::dumpRegion(const VPRegionBlock *Region) { in dumpRegion()
1192 void VPInterleavedAccessInfo::visitRegion(VPRegionBlock *Region, in visitRegion()
1232 } else if (VPRegionBlock *Region = dyn_cast<VPRegionBlock>(Block)) in visitBlock() local
H A DVPlanHCFGBuilder.cpp115 void PlainCFGBuilder::setRegionPredsFromBB(VPRegionBlock *Region, in setRegionPredsFromBB()
375 VPRegionBlock *Region = VPBB->getParent(); in buildPlainCFG() local
/freebsd/contrib/llvm-project/compiler-rt/lib/fuzzer/
H A DFuzzerTracePC.h141 struct Region { struct
142 uint8_t *Start, *Stop;
143 bool Enabled;
144 bool OneFullPage;
/freebsd/contrib/llvm-project/llvm/lib/Transforms/IPO/
H A DIROutliner.cpp549 collectRegionsConstants(OutlinableRegion &Region, in collectRegionsConstants()
1635 PHINode *PN, OutlinableRegion &Region, in findCanonNumsForPHI()
1678 findOrCreatePHIInBlock(PHINode &PN, OutlinableRegion &Region, in findOrCreatePHIInBlock()
1800 replaceArgumentUses(OutlinableRegion &Region, in replaceArgumentUses()
1934 void replaceConstants(OutlinableRegion &Region) { in replaceConstants()
2023 OutlinableRegion &Region) { in analyzeAndPruneOutputBlocks()
2070 OutlinableGroup &OG, OutlinableRegion &Region, in alignOutputBlockWithAggFunc()
2361 const OutlinableRegion &Region) { in isCompatibleWithAlreadyOutlinedCode()
2708 bool IROutliner::extractSection(OutlinableRegion &Region) { in extractSection()
2889 [&R](OutlinableRegion *Region) { in doOutline()
[all …]
H A DHotColdSplitting.cpp270 static InstructionCost getOutliningBenefit(ArrayRef<BasicBlock *> Region, in getOutliningBenefit()
285 static int getOutliningPenalty(ArrayRef<BasicBlock *> Region, in getOutliningPenalty()
376 const BlockSequence &Region, const CodeExtractorAnalysisCache &CEAC, in extractColdRegion()
708 OutliningRegion Region = OutliningWorklist.pop_back_val(); in outlineColdRegions() local
/freebsd/contrib/llvm-project/llvm/tools/llvm-cov/
H A DCoverageExporterJson.cpp89 json::Array renderRegion(const coverage::CountedRegion &Region) { in renderRegion()
96 json::Array renderBranch(const coverage::CountedRegion &Region) { in renderBranch()
120 for (const auto &Region : Regions) in renderRegions() local
127 for (const auto &Region : Regions) in renderBranchRegions() local
/freebsd/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DRegionInfo.h64 class Region; variable
H A DRegionPass.h25 class Region; variable
/freebsd/contrib/llvm-project/llvm/tools/llvm-mca/
H A DPipelinePrinter.h42 const CodeRegion &Region; variable
/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/
H A DLoopWidening.cpp65 for (auto *Region : Regions) { in getWidenedLoopState() local
/freebsd/contrib/llvm-project/llvm/lib/ProfileData/Coverage/
H A DCoverageMapping.cpp255 const CounterMappingRegion &Region; member in MCDCRecordProcessor
282 const CounterMappingRegion &Region, in MCDCRecordProcessor()
479 const CounterMappingRegion &Region, in evaluateMCDCRegion()
563 for (const auto &Region : Record.MappingRegions) { in getMaxCounterID() local
576 for (const auto &Region : reverse(Record.MappingRegions)) { in getMaxBitmapSize() local
799 for (const auto &Region : Record.MappingRegions) { in loadFunctionRecord() local
1063 void startSegment(const CountedRegion &Region, LineColPair StartLoc, in startSegment()
1158 [&](const CountedRegion *Region) { in buildSegmentsImpl()

123