OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:getInstrDistance
(Results
1 - 2
of
2
) sorted by null
/external/llvm/include/llvm/CodeGen/
SlotIndexes.h
223
int
getInstrDistance
(SlotIndex other) const {
/external/llvm/lib/CodeGen/
RegAllocGreedy.cpp
526
Prio = LI->beginIndex().
getInstrDistance
(Indexes->getLastIndex());
531
Prio = Indexes->getZeroIndex().
getInstrDistance
(LI->beginIndex());
[
all
...]
Completed in 361 milliseconds