OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:useIntv
(Results
1 - 3
of
3
) sorted by null
/external/llvm/lib/CodeGen/
SplitKit.h
206
/// - Mark the ranges where the new interval is used with
useIntv
*
384
///
useIntv
- indicate that all instructions in MBB should use OpenLI.
385
void
useIntv
(const MachineBasicBlock &MBB);
387
///
useIntv
- indicate that all instructions in range should use OpenLI.
388
void
useIntv
(SlotIndex Start, SlotIndex End);
SplitKit.cpp
533
///
useIntv
- indicate that all instructions in MBB should use OpenLI.
534
void SplitEditor::
useIntv
(const MachineBasicBlock &MBB) {
535
useIntv
(LIS.getMBBStartIdx(&MBB), LIS.getMBBEndIdx(&MBB));
538
void SplitEditor::
useIntv
(SlotIndex Start, SlotIndex End) {
539
assert(OpenIdx && "openIntv not called before
useIntv
");
540
DEBUG(dbgs() << "
useIntv
[" << Start << ';' << End << "):");
[
all
...]
RegAllocGreedy.cpp
[
all
...]
Completed in 566 milliseconds