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

/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/PowerPC/
H A DPPCBranchCoalescing.cpp159 CoalescingCandidateInfo &TargetRegion) const;
177 CoalescingCandidateInfo &TargetRegion);
183 CoalescingCandidateInfo &TargetRegion) const;
487 /// \param[in] TargetRegion The candidate to move statements to
489 /// into a block in TargetRegion; false otherwise.
493 CoalescingCandidateInfo &TargetRegion) const {
495 if (TargetRegion.BranchTargetBlock != SourceRegion.BranchBlock)
496 llvm_unreachable("Expecting SourceRegion to immediately follow TargetRegion");
497 else if (!MDT->dominates(TargetRegion.BranchBlock, SourceRegion.BranchBlock))
498 llvm_unreachable("Expecting TargetRegion t
641 mergeCandidates(CoalescingCandidateInfo &SourceRegion, CoalescingCandidateInfo &TargetRegion) argument
[all...]
/freebsd-13-stable/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/
H A DExprEngineCXX.cpp558 const MemRegion *TargetRegion = Target.getAsRegion(); local
562 CIE, TargetRegion, State, LCtx)
564 CE, TargetRegion, State, LCtx);
631 if (llvm::isa_and_nonnull<CXXTempObjectRegion>(TargetRegion) &&
/freebsd-13-stable/contrib/llvm-project/clang/lib/CodeGen/
H A DCGOpenMPRuntime.cpp61 TargetRegion, enumerator in enum:__anon1768::CGOpenMPRegionInfo::CGOpenMPRegionKind
323 : CGOpenMPRegionInfo(CS, TargetRegion, CodeGen, OMPD_target,
336 cast<CGOpenMPRegionInfo>(Info)->getRegionKind() == TargetRegion;

Completed in 168 milliseconds