OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:overlapIntv
(Results
1 - 2
of
2
) sorted by null
/external/llvm/lib/CodeGen/
SplitKit.h
233
/// PHI-defs. Only segments marked with
overlapIntv
will be overlapping.
403
///
overlapIntv
- Indicate that all instructions in range should use the open
413
void
overlapIntv
(SlotIndex Start, SlotIndex End);
SplitKit.cpp
613
void SplitEditor::
overlapIntv
(SlotIndex Start, SlotIndex End) {
614
assert(OpenIdx && "openIntv not called before
overlapIntv
");
624
DEBUG(dbgs() << "
overlapIntv
[" << Start << ';' << End << "):");
[
all
...]
Completed in 2336 milliseconds