OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:getBlocks
(Results
1 - 25
of
53
) sorted by relevancy
1
2
3
/src/external/apache2/llvm/dist/llvm/include/llvm/CodeGen/
EdgeBundles.h
46
///
getBlocks
- Return an array of blocks that are connected to Bundle.
47
ArrayRef<unsigned>
getBlocks
(unsigned Bundle) const { return Blocks[Bundle]; }
/src/external/apache2/llvm/dist/llvm/lib/Target/WebAssembly/
WebAssemblyExceptionInfo.h
78
ArrayRef<MachineBasicBlock *>
getBlocks
() const { return Blocks; }
80
block_iterator block_begin() const { return
getBlocks
().begin(); }
81
block_iterator block_end() const { return
getBlocks
().end(); }
WebAssemblyExceptionInfo.cpp
339
for (unsigned I = 0; I <
getBlocks
().size(); ++I) {
340
MachineBasicBlock *MBB =
getBlocks
()[I];
WebAssemblyFixIrreducibleControlFlow.cpp
198
BlockSet &
getBlocks
() { return Blocks; }
323
if (processRegion(LoopEntry, InnerBlocks.
getBlocks
(), MF)) {
/src/external/bsd/elftosb/dist/common/
EncoreBootImage.h
315
virtual unsigned
getBlocks
(unsigned offset, unsigned maxCount, cipher_block_t * data) { return 0; }
370
virtual unsigned
getBlocks
(unsigned offset, unsigned maxCount, cipher_block_t * data);
823
virtual unsigned
getBlocks
(unsigned offset, unsigned maxCount, cipher_block_t * data);
861
virtual unsigned
getBlocks
(unsigned offset, unsigned maxCount, cipher_block_t * data);
EncoreBootImage.cpp
223
nop.
getBlocks
(blocksWritten, 1, &block);
258
tag.
getBlocks
(blocksWritten, 1, &block);
282
section->
getBlocks
(blocksWritten, 1, &block);
608
unsigned EncoreBootImage::BootCommand::
getBlocks
(unsigned offset, unsigned maxCount, cipher_block_t * data)
1215
unsigned EncoreBootImage::BootSection::
getBlocks
(unsigned offset, unsigned maxCount, cipher_block_t * data)
1246
return command->
getBlocks
(commandOffset, readCount, data);
1320
unsigned EncoreBootImage::DataSection::
getBlocks
(unsigned offset, unsigned maxCount, cipher_block_t * data)
/src/external/apache2/llvm/dist/llvm/lib/Transforms/Scalar/
LoopVersioningLICM.cpp
406
for (auto *Block : CurLoop->
getBlocks
())
560
for (auto *Block : CurLoop->
getBlocks
()) {
611
for (auto *Block : L->
getBlocks
()) {
LoopUnrollAndJamPass.cpp
252
if (SubLoop->
getBlocks
().size() != 1) {
263
for (BasicBlock *BB : SubLoop->
getBlocks
()) {
LoopDistribute.cpp
163
for (auto *B : OrigLoop->
getBlocks
())
218
for (auto *Block : OrigLoop->
getBlocks
())
248
for (auto *BB : getDistributedLoop()->
getBlocks
())
LICM.cpp
332
for (auto *BB : L->
getBlocks
())
374
bool HasCoroSuspendInst = llvm::any_of(L->
getBlocks
(), [](BasicBlock *BB) {
1134
for (auto *BB : L->
getBlocks
())
1144
for (auto *BB : L->
getBlocks
())
1326
for (auto *BB : CurLoop->
getBlocks
())
2375
for (BasicBlock *BB : CurLoop->
getBlocks
())
2430
for (auto *BB : CurLoop->
getBlocks
())
InductiveRangeCheckElimination.cpp
1146
for (BasicBlock *BB : OriginalLoop.
getBlocks
()) {
1170
BasicBlock *OriginalBB = OriginalLoop.
getBlocks
()[i];
1885
if (L->
getBlocks
().size() >= LoopSizeCutoff) {
1899
for (auto BBI : L->
getBlocks
())
/src/external/apache2/llvm/dist/llvm/lib/Target/AMDGPU/
SIMachineScheduler.h
251
getBlocks
(SISchedulerBlockCreatorVariant BlockVariant);
352
std::vector<SIScheduleBlock*>
getBlocks
() { return BlocksScheduled; }
SIMachineScheduler.cpp
608
SIScheduleBlockCreator::
getBlocks
(SISchedulerBlockCreatorVariant BlockVariant) {
1755
SIScheduleBlocks Blocks = BlockCreator.
getBlocks
(BlockVariant);
1760
ScheduledBlocks = Scheduler.
getBlocks
();
/src/external/apache2/llvm/dist/llvm/lib/Transforms/Utils/
LoopUnroll.cpp
227
for (BasicBlock *BB : L->
getBlocks
()) {
370
std::vector<BasicBlock *> OriginalLoopBlocks = L->
getBlocks
();
567
std::vector<BasicBlock*> UnrolledLoopBlocks = L->
getBlocks
();
580
for (BasicBlock *BB : L->
getBlocks
())
596
identifyNoAliasScopesToClone(L->
getBlocks
(), LoopLocalNoAliasDeclScopes);
CloneFunction.cpp
843
for (BasicBlock *BB : OrigLoop->
getBlocks
()) {
861
for (BasicBlock *BB : OrigLoop->
getBlocks
()) {
LoopSimplify.cpp
325
for (unsigned i = 0; i != L->
getBlocks
().size(); ++i) {
326
BasicBlock *BB = L->
getBlocks
()[i];
/src/external/apache2/llvm/dist/llvm/include/llvm/Analysis/
LoopInfo.h
104
BlockT *getHeader() const { return
getBlocks
().front(); }
171
ArrayRef<BlockT *>
getBlocks
() const {
176
block_iterator block_begin() const { return
getBlocks
().begin(); }
177
block_iterator block_end() const { return
getBlocks
().end(); }
LoopInfoImpl.h
392
for (unsigned i = 0; i <
getBlocks
().size(); ++i) {
393
BlockT *BB =
getBlocks
()[i];
674
std::vector<BlockT *> BBs = L->
getBlocks
();
675
std::vector<BlockT *> OtherBBs = OtherL->
getBlocks
();
/src/external/apache2/llvm/dist/llvm/lib/CodeGen/
SpillPlacement.cpp
239
if (bundles->
getBlocks
(n).size() > 100) {
/src/external/apache2/llvm/dist/llvm/lib/Target/X86/
X86CmovConversion.cpp
239
if (!collectCmovCandidates(CurrLoop->
getBlocks
(), CmovInstGroups))
242
if (!checkForProfitableCmovCandidates(CurrLoop->
getBlocks
(),
/src/external/apache2/llvm/dist/llvm/lib/Target/ARM/
MVETailPredication.cpp
395
for (auto *BB : L->
getBlocks
())
ARMLowOverheadLoops.cpp
615
assert(ML.
getBlocks
().size() == 1 &&
1207
for (auto *MBB : ML->
getBlocks
())
1236
for (auto *MBB : reverse(ML->
getBlocks
())) {
/src/external/bsd/elftosb/dist/sbtool/
sbtool.cpp
466
unsigned blocksRead = section->
getBlocks
(offset, 1, data);
/src/external/apache2/llvm/dist/llvm/lib/Target/AArch64/
AArch64FalkorHWPFFix.cpp
680
for (MachineBasicBlock *MBB : L.
getBlocks
())
714
for (MachineBasicBlock *MBB : L.
getBlocks
()) {
/src/external/apache2/llvm/dist/llvm/lib/Analysis/
LoopCacheAnalysis.cpp
547
for (BasicBlock *BB : InnerMostLoop->
getBlocks
()) {
Completed in 88 milliseconds
1
2
3
Indexes created Tue Feb 24 08:35:24 UTC 2026