Home
last modified time | relevance | path

Searched refs:CurrentRegion (Results 1 – 5 of 5) sorted by relevance

/freebsd-12.1/contrib/llvm/tools/llvm-mca/
H A DCodeRegion.cpp30 const CodeRegion &CurrentRegion = *Regions.back(); in beginRegion() local
31 if (CurrentRegion.startLoc().isValid() && !CurrentRegion.endLoc().isValid()) { in beginRegion()
38 if (!CurrentRegion.startLoc().isValid()) in beginRegion()
45 CodeRegion &CurrentRegion = *Regions.back(); in endRegion() local
46 if (CurrentRegion.endLoc().isValid()) { in endRegion()
52 CurrentRegion.setEndLocation(Loc); in endRegion()
/freebsd-12.1/contrib/llvm/lib/Analysis/
H A DRegionPass.cpp37 CurrentRegion = nullptr; in RGPassManager()
78 CurrentRegion = RQ.back(); in runOnFunction()
88 CurrentRegion->getNameStr()); in runOnFunction()
95 PassManagerPrettyStackEntry X(P, *CurrentRegion->getEntry()); in runOnFunction()
98 Changed |= P->runOnRegion(CurrentRegion, *this); in runOnFunction()
105 CurrentRegion->getNameStr()); in runOnFunction()
117 CurrentRegion->verifyRegion(); in runOnFunction()
128 "<deleted>" : CurrentRegion->getNameStr(), in runOnFunction()
149 RQ.push_back(CurrentRegion); in runOnFunction()
/freebsd-12.1/contrib/llvm/lib/Target/AMDGPU/
H A DAMDGPUMachineCFGStructurizer.cpp2291 CurrentRegion->addMBB(CodeBB); in createIfRegion()
2294 if (CurrentRegion->getEntry() == CodeBB && !CurrentRegion->getHasLoop()) { in createIfRegion()
2305 createEntryPHIs(CurrentRegion); in createIfRegion()
2308 CurrentRegion->addMBB(CodeBB); in createIfRegion()
2318 CurrentRegion->addMBB(IfBB); in createIfRegion()
2322 CurrentRegion->setEntry(IfBB); in createIfRegion()
2350 CurrentRegion->addMBB(CodeBB); in createIfRegion()
2379 CurrentRegion->addMBB(IfBB); in createIfRegion()
2414 CurrentRegion); in createIfRegion()
2419 CurrentRegion->setEntry(IfBB); in createIfRegion()
[all …]
/freebsd-12.1/contrib/llvm/include/llvm/Analysis/
H A DRegionPass.h94 Region *CurrentRegion; variable
/freebsd-12.1/contrib/llvm/tools/clang/lib/Sema/
H A DSemaOpenMP.cpp3037 if (CurrentRegion != OMPD_cancel && CurrentRegion != OMPD_cancellation_point) in checkCancelRegion()
3079 return CurrentRegion != OMPD_simd; in checkNestingOfRegions()
3087 if (CurrentRegion == OMPD_section) { in checkNestingOfRegions()
3105 !isOpenMPNestingTeamsDirective(CurrentRegion) && in checkNestingOfRegions()
3106 CurrentRegion != OMPD_cancellation_point && in checkNestingOfRegions()
3107 CurrentRegion != OMPD_cancel) in checkNestingOfRegions()
3109 if (CurrentRegion == OMPD_cancellation_point || in checkNestingOfRegions()
3110 CurrentRegion == OMPD_cancel) { in checkNestingOfRegions()
3137 } else if (CurrentRegion == OMPD_master) { in checkNestingOfRegions()
3169 } else if (CurrentRegion == OMPD_barrier) { in checkNestingOfRegions()
[all …]