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;
176 CoalescingCandidateInfo &TargetRegion);
182 CoalescingCandidateInfo &TargetRegion) const;
490 CoalescingCandidateInfo &TargetRegion) const { in validateCandidates()
492 if (TargetRegion.BranchTargetBlock != SourceRegion.BranchBlock) in validateCandidates()
494 else if (!MDT->dominates(TargetRegion.BranchBlock, SourceRegion.BranchBlock)) in validateCandidates()
496 else if (!MPDT->dominates(SourceRegion.BranchBlock, TargetRegion.BranchBlock)) in validateCandidates()
498 else if (!TargetRegion.FallThroughBlock->empty() || in validateCandidates()
532 CoalescingCandidateInfo &TargetRegion) const { in canMerge()
533 if (!validateCandidates(SourceRegion, TargetRegion)) in canMerge()
[all …]
/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/
H A DExprEngineCXX.cpp733 const MemRegion *TargetRegion = Target.getAsRegion(); in handleConstructor() local
737 CIE, TargetRegion, State, LCtx, getCFGElementRef()) in handleConstructor()
739 CE, TargetRegion, State, LCtx, getCFGElementRef()); in handleConstructor()
805 CXXLifetimeExtendedObjectRegion>(TargetRegion) && in handleConstructor()
/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCGOpenMPRuntime.cpp69 TargetRegion, enumerator
331 : CGOpenMPRegionInfo(CS, TargetRegion, CodeGen, OMPD_target, in CGOpenMPTargetRegionInfo()
344 cast<CGOpenMPRegionInfo>(Info)->getRegionKind() == TargetRegion; in classof()