OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:LastSplitPoint
(Results
1 - 2
of
2
) sorted by null
/external/llvm/lib/CodeGen/
SplitKit.h
89
///
LastSplitPoint
- Last legal split point in each basic block in the current
93
SmallVector<std::pair<SlotIndex, SlotIndex>, 8>
LastSplitPoint
;
143
if (
LastSplitPoint
[Num].first.isValid() &&
144
!
LastSplitPoint
[Num].second.isValid())
145
return
LastSplitPoint
[Num].first;
SplitKit.cpp
51
LastSplitPoint
(MF.getNumBlockIDs()) {}
64
std::pair<SlotIndex, SlotIndex> &LSP =
LastSplitPoint
[Num];
[
all
...]
Completed in 337 milliseconds