OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:BBStart
(Results
1 - 2
of
2
) sorted by relevancy
/src/external/apache2/llvm/dist/llvm/lib/Analysis/
StackLifetime.cpp
131
auto
BBStart
= Instructions.size();
139
BlockInstRange[BB] = std::make_pair(
BBStart
, Instructions.size());
176
BlockInstRange[BB] = std::make_pair(
BBStart
, Instructions.size());
237
unsigned
BBStart
, BBEnd;
238
std::tie(
BBStart
, BBEnd) = BlockInstRange[BB];
250
Start[AllocaNo] =
BBStart
;
260
assert(!Started.test(AllocaNo) || Start[AllocaNo] ==
BBStart
);
/src/external/apache2/llvm/dist/llvm/lib/CodeGen/
RegisterCoalescer.cpp
694
SlotIndex
BBStart
=
696
S.extendInBlock(
BBStart
, FillerStart);
Completed in 35 milliseconds
Indexes created Sun Jun 21 00:25:28 UTC 2026