OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:enterIntvAtEnd
(Results
1 - 2
of
2
) sorted by null
/external/llvm/lib/CodeGen/
SplitKit.h
379
///
enterIntvAtEnd
- Enter the open interval at the end of MBB.
382
SlotIndex
enterIntvAtEnd
(MachineBasicBlock &MBB);
SplitKit.cpp
515
SlotIndex SplitEditor::
enterIntvAtEnd
(MachineBasicBlock &MBB) {
516
assert(OpenIdx && "openIntv not called before
enterIntvAtEnd
");
519
DEBUG(dbgs() << "
enterIntvAtEnd
BB#" << MBB.getNumber() << ", " << Last);
[
all
...]
Completed in 455 milliseconds