Home
last modified time | relevance | path

Searched refs:TargetRegion (Results 1 – 3 of 3) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/Target/PowerPC/
H A DPPCBranchCoalescing.cpp158 CoalescingCandidateInfo &TargetRegion) const;
174 CoalescingCandidateInfo &TargetRegion);
180 CoalescingCandidateInfo &TargetRegion) const;
488 CoalescingCandidateInfo &TargetRegion) const { in validateCandidates()
490 if (TargetRegion.BranchTargetBlock != SourceRegion.BranchBlock) in validateCandidates()
492 else if (!MDT->dominates(TargetRegion.BranchBlock, SourceRegion.BranchBlock)) in validateCandidates()
494 else if (!MPDT->dominates(SourceRegion.BranchBlock, TargetRegion.BranchBlock)) in validateCandidates()
496 else if (!TargetRegion.FallThroughBlock->empty() || in validateCandidates()
530 CoalescingCandidateInfo &TargetRegion) const { in canMerge()
531 if (!validateCandidates(SourceRegion, TargetRegion)) in canMerge()
[all …]
/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/
H A DExprEngineCXX.cpp699 const MemRegion *TargetRegion = Target.getAsRegion(); in handleConstructor() local
703 CIE, TargetRegion, State, LCtx, getCFGElementRef()) in handleConstructor()
705 CE, TargetRegion, State, LCtx, getCFGElementRef()); in handleConstructor()
775 CXXLifetimeExtendedObjectRegion>(TargetRegion) && in handleConstructor()
/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCGOpenMPRuntime.cpp65 TargetRegion, enumerator
327 : CGOpenMPRegionInfo(CS, TargetRegion, CodeGen, OMPD_target, in CGOpenMPTargetRegionInfo()
340 cast<CGOpenMPRegionInfo>(Info)->getRegionKind() == TargetRegion; in classof()