OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:BlockIdx
(Results
1 - 3
of
3
) sorted by relevancy
/src/external/apache2/llvm/dist/llvm/lib/Analysis/
SyncDependenceAnalysis.cpp
270
for (int
BlockIdx
= (int)BlockLabels.size() - 1;
BlockIdx
> 0; --
BlockIdx
) {
271
const auto *Label = BlockLabels[
BlockIdx
];
272
Out << LoopPOT.getBlockAt(
BlockIdx
)->getName().str() << "(" <<
BlockIdx
342
int
BlockIdx
= 0;
349
BlockIdx
= std::max<int>(
BlockIdx
, SuccIdx);
365
for (;
BlockIdx
>= FloorIdx; --BlockIdx)
[
all
...]
/src/external/apache2/llvm/dist/llvm/include/llvm/CodeGen/
CallingConvLower.h
392
for (unsigned
BlockIdx
= 0;
BlockIdx
< RegsRequired; ++
BlockIdx
) {
393
if (isAllocated(Regs[StartIdx +
BlockIdx
])) {
400
for (unsigned
BlockIdx
= 0;
BlockIdx
< RegsRequired; ++
BlockIdx
) {
401
MarkAllocated(Regs[StartIdx +
BlockIdx
]);
/src/external/apache2/llvm/dist/llvm/lib/Transforms/Utils/
LowerSwitch.cpp
208
int
BlockIdx
= PN->getBasicBlockIndex(OrigBlock);
209
assert(
BlockIdx
!= -1 && "Switch didn't go to this successor??");
210
PN->setIncomingBlock((unsigned)
BlockIdx
, NewLeaf);
Completed in 64 milliseconds
Indexes created Tue Jun 09 00:24:00 UTC 2026