OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:NodeMetadata
(Results
1 - 2
of
2
) sorted by null
/external/llvm/include/llvm/CodeGen/PBQP/
Graph.h
59
typedef typename SolverT::
NodeMetadata
NodeMetadata
;
98
NodeMetadata
Metadata;
499
NodeMetadata
& getNodeMetadata(NodeId NId) {
503
const
NodeMetadata
& getNodeMetadata(NodeId NId) const {
/external/llvm/include/llvm/CodeGen/
RegAllocPBQP.h
179
class
NodeMetadata
{
193
NodeMetadata
()
203
NodeMetadata
(const
NodeMetadata
&Other)
219
NodeMetadata
(
NodeMetadata
&&Other)
230
NodeMetadata
& operator=(const
NodeMetadata
&Other) {
247
NodeMetadata
& operator=(
NodeMetadata
&&Other)
[
all
...]
Completed in 96 milliseconds