OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ILPValue
(Results
1 - 2
of
2
) sorted by null
/external/llvm/include/llvm/CodeGen/
ScheduleDFS.h
35
struct
ILPValue
{
41
ILPValue
(unsigned count, unsigned length):
45
bool operator<(
ILPValue
RHS) const {
49
bool operator>(
ILPValue
RHS) const {
52
bool operator<=(
ILPValue
RHS) const {
56
bool operator>=(
ILPValue
RHS) const {
161
ILPValue
getILP(const SUnit *SU) const {
162
return
ILPValue
(DFSNodeData[SU->NodeNum].InstrCount, 1 + SU->getDepth());
192
raw_ostream &operator<<(raw_ostream &OS, const
ILPValue
&Val);
/external/llvm/lib/CodeGen/
ScheduleDAGInstrs.cpp
[
all
...]
Completed in 34 milliseconds