OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:MBBs
(Results
1 - 14
of
14
) sorted by null
/external/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) {}
101
JumpTables[Idx].
MBBs
.clear();
LiveIntervalAnalysis.h
255
SmallVectorImpl<MachineBasicBlock*> &
MBBs
) const {
256
return indexes_->findLiveInMBBs(Start, End,
MBBs
);
/external/llvm/lib/CodeGen/
ELFCodeEmitter.cpp
86
// Patch up Jump Table Section relocations to use the real
MBBs
offsets
183
const std::vector<MachineBasicBlock*> &
MBBs
= JT[i].
MBBs
;
190
for (unsigned mi = 0, me =
MBBs
.size(); mi != me; ++mi) {
193
MachineRelocation::getBB(JTSection.size(), MachineRelTy,
MBBs
[mi]);
MachineFunction.cpp
474
// On other
MBBs
the saved CSRs are not pristine.
593
for (size_t j = 0, e = JTE.
MBBs
.size(); j != e; ++j)
594
if (JTE.
MBBs
[j] == Old) {
595
JTE.
MBBs
[j] = New;
608
for (unsigned j = 0, f = JumpTables[i].
MBBs
.size(); j != f; ++j)
609
OS << " BB#" << JumpTables[i].
MBBs
[j]->getNumber();
RegisterCoalescer.cpp
[
all
...]
/external/llvm/lib/ExecutionEngine/JIT/
JITEmitter.cpp
[
all
...]
/frameworks/compile/libbcc/lib/CodeGen/
CodeEmitter.cpp
788
NumEntries += JT[i].
MBBs
.size();
817
const std::vector<llvm::MachineBasicBlock*> &
MBBs
= JT[i].
MBBs
;
820
for (int j = 0, je =
MBBs
.size(); j != je; j++)
821
*SlotPtr++ = getMachineBasicBlockAddress(
MBBs
[j]);
[
all
...]
/external/llvm/lib/Target/XCore/
XCoreAsmPrinter.cpp
210
const std::vector<MachineBasicBlock*> &JTBBs = JT[JTI].
MBBs
;
XCoreISelLowering.cpp
340
unsigned NumEntries = MJTI->getJumpTables()[JTI].
MBBs
.size();
[
all
...]
/external/llvm/lib/Target/ARM/
ARMCodeEmitter.cpp
[
all
...]
ARMAsmPrinter.cpp
832
const std::vector<MachineBasicBlock*> &JTBBs = JT[JTI].
MBBs
;
868
const std::vector<MachineBasicBlock*> &JTBBs = JT[JTI].
MBBs
;
[
all
...]
ARMConstantIslandPass.cpp
[
all
...]
ARMBaseInstrInfo.cpp
521
return JT[JTI].
MBBs
.size();
[
all
...]
/external/llvm/lib/CodeGen/AsmPrinter/
AsmPrinter.cpp
[
all
...]
Completed in 593 milliseconds