OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:getNextCycles
(Results
1 - 2
of
2
) sorted by null
/external/llvm/lib/CodeGen/
ScoreboardHazardRecognizer.cpp
58
CurCycle += IS->
getNextCycles
();
172
cycle += IS->
getNextCycles
();
229
cycle += IS->
getNextCycles
();
/external/llvm/include/llvm/MC/
MCInstrItineraries.h
84
///
getNextCycles
- returns the number of cycles from the start of
86
unsigned
getNextCycles
() const {
172
StartCycle += IS->
getNextCycles
();
Completed in 41 milliseconds