OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:MBBs
(Results
1 - 6
of
6
) sorted by relevancy
/src/external/apache2/llvm/dist/llvm/include/llvm/CodeGen/
MachineJumpTableInfo.h
35
///
MBBs
- The vector of basic blocks from which to create the jump table.
36
std::vector<MachineBasicBlock*>
MBBs
;
39
:
MBBs
(M) {}
106
JumpTables[Idx].
MBBs
.clear();
/src/external/apache2/llvm/dist/llvm/lib/Target/WebAssembly/
WebAssemblyMachineFunctionInfo.cpp
125
SmallPtrSet<const MachineBasicBlock *, 16>
MBBs
;
127
MBBs
.insert(&MBB);
131
if (
MBBs
.count(SrcBB) &&
MBBs
.count(DestBB))
WebAssemblyISelLowering.cpp
1513
const auto &
MBBs
= MJTI->getJumpTables()[JT->getIndex()].
MBBs
;
1516
for (auto MBB :
MBBs
)
1522
Ops.push_back(DAG.getBasicBlock(*
MBBs
.begin()));
/src/external/apache2/llvm/dist/llvm/lib/Target/SystemZ/
SystemZLongBranch.cpp
166
SmallVector<MBBInfo, 16>
MBBs
;
265
// Fill
MBBs
and Terminators, setting the addresses on the assumption
272
MBBs
.clear();
273
MBBs
.resize(NumBlocks);
281
MBBInfo &Block =
MBBs
[I];
317
const MBBInfo &Target =
MBBs
[Terminator.TargetBlock];
343
for (auto &Block :
MBBs
) {
444
for (auto &Block :
MBBs
) {
/src/external/apache2/llvm/dist/llvm/lib/Target/Mips/
MipsAsmPrinter.cpp
1284
const std::vector<MachineBasicBlock*> &
MBBs
= JT[I].
MBBs
;
1286
for (unsigned J = 0; J <
MBBs
.size(); ++J)
1287
MBBs
[J]->setAlignment(MIPS_NACL_BUNDLE_ALIGN);
/src/external/apache2/llvm/dist/llvm/lib/CodeGen/
RegisterCoalescer.cpp
3943
std::vector<MBBPriorityInfo>
MBBs
;
3944
MBBs
.reserve(MF->size());
3946
MBBs
.push_back(MBBPriorityInfo(&MBB, Loops->getLoopDepth(&MBB),
3949
array_pod_sort(
MBBs
.begin(),
MBBs
.end(), compareMBBPriority);
3953
for (unsigned i = 0, e =
MBBs
.size(); i != e; ++i) {
3955
if (JoinGlobalCopies &&
MBBs
[i].Depth < CurrDepth) {
3957
CurrDepth =
MBBs
[i].Depth;
3959
copyCoalesceInMBB(
MBBs
[i].MBB);
Completed in 24 milliseconds
Indexes created Mon Jun 08 00:24:58 UTC 2026