OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:idx2MBBMap
(Results
1 - 2
of
2
) sorted by relevancy
/src/external/apache2/llvm/dist/llvm/lib/CodeGen/
SlotIndexes.cpp
45
idx2MBBMap
.clear();
60
// FIXME: This can be simplified. The mi2iMap_,
Idx2MBBMap
, etc. should
67
assert(
idx2MBBMap
.empty() &&
76
idx2MBBMap
.reserve(mf->size());
103
idx2MBBMap
.push_back(IdxMBBPair(blockStartIndex, &MBB));
106
// Sort the
Idx2MBBMap
107
llvm::sort(
idx2MBBMap
, less_first());
/src/external/apache2/llvm/dist/llvm/include/llvm/CodeGen/
SlotIndexes.h
330
///
Idx2MBBMap
- Sorted list of pairs of index of first instruction
332
SmallVector<IdxMBBPair, 8>
idx2MBBMap
;
485
/// Iterator over the
idx2MBBMap
(sorted pairs of slot index of basic block
493
I,
idx2MBBMap
.end(),
500
return advanceMBBIndex(
idx2MBBMap
.begin(), Idx);
503
/// Returns an iterator for the begin of the
idx2MBBMap
.
505
return
idx2MBBMap
.begin();
508
/// Return an iterator for the end of the
idx2MBBMap
.
510
return
idx2MBBMap
.end();
522
(I == MBBIndexEnd() && !
idx2MBBMap
.empty())) ? std::prev(I) : I
[
all
...]
Completed in 18 milliseconds
Indexes created Sat Sep 26 00:25:34 UTC 2026