OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:CurRegion
(Results
1 - 2
of
2
) sorted by relevancy
/src/external/apache2/llvm/dist/llvm/lib/Target/AMDGPU/
GCNSchedStrategy.cpp
474
size_t
CurRegion
= RegionIdx;
475
for (size_t E = Regions.size();
CurRegion
!= E; ++
CurRegion
)
476
if (Regions[
CurRegion
].first->getParent() != MBB)
478
--
CurRegion
;
487
auto &Rgn = Regions[
CurRegion
];
500
if (Regions[
CurRegion
].first == I) {
501
LiveIns[
CurRegion
] = RPTracker.getLiveRegs();
505
if (Regions[
CurRegion
].second == I) {
506
Pressure[
CurRegion
] = RPTracker.moveMaxPressure()
[
all
...]
/src/external/apache2/llvm/dist/clang/lib/Sema/
SemaStmt.cpp
3680
} else if (auto *
CurRegion
= dyn_cast<CapturedRegionScopeInfo>(CurCap)) {
3681
Diag(ReturnLoc, diag::err_return_in_captured_stmt) <<
CurRegion
->getRegionName();
Completed in 22 milliseconds
Indexes created Tue Jun 16 00:25:01 UTC 2026