HomeSort by relevance Sort by last modified time
    Searched refs:TargetRegion (Results 1 - 2 of 2) sorted by null

  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/PowerPC/
PPCBranchCoalescing.cpp 163 CoalescingCandidateInfo &TargetRegion) const;
181 CoalescingCandidateInfo &TargetRegion);
187 CoalescingCandidateInfo &TargetRegion) const;
485 /// \param[in] TargetRegion The candidate to move statements to
487 /// into a block in TargetRegion; false otherwise.
491 CoalescingCandidateInfo &TargetRegion) const {
493 if (TargetRegion.BranchTargetBlock != SourceRegion.BranchBlock)
494 llvm_unreachable("Expecting SourceRegion to immediately follow TargetRegion");
495 else if (!MDT->dominates(TargetRegion.BranchBlock, SourceRegion.BranchBlock))
496 llvm_unreachable("Expecting TargetRegion to dominate SourceRegion")
    [all...]
  /external/clang/lib/CodeGen/
CGOpenMPRuntime.cpp 48 TargetRegion,
300 : CGOpenMPRegionInfo(CS, TargetRegion, CodeGen, OMPD_target,
313 cast<CGOpenMPRegionInfo>(Info)->getRegionKind() == TargetRegion;
    [all...]

Completed in 319 milliseconds