Searched refs:DomainValue (Results 1 - 1 of 1) sorted by relevance

/freebsd-11.0-release/contrib/llvm/lib/CodeGen/
H A DExecutionDepsFix.cpp39 /// A DomainValue is a bit like LiveIntervals' ValNo, but it also keeps track
42 /// An open DomainValue represents a set of instructions that can still switch
44 /// DomainValue - they will eventually be collapsed to the same execution
47 /// A collapsed DomainValue represents a single register that has been forced
49 /// DomainValue for each register, but it may contain multiple execution
55 struct DomainValue { struct in namespace:__anon2455
59 // Bitmask of available domains. For an open DomainValue, it is the still
60 // possible domains for collapsing. For a collapsed DomainValue it is the
64 // Pointer to the next DomainValue in a chain. When two DomainValues are
65 // merged, Victim.Next is set to point to Victor, so old DomainValue
[all...]

Completed in 93 milliseconds