Home
last modified time | relevance | path

Searched refs:StrategyList (Results 1 – 2 of 2) sorted by relevance

/external/llvm/include/llvm/CodeGen/
DGCMetadata.h165 list_type StrategyList; variable
184 iterator begin() const { return StrategyList.begin(); } in begin()
185 iterator end() const { return StrategyList.end(); } in end()
/external/llvm/lib/CodeGen/
DGCMetadata.cpp93 StrategyList.push_back(S); in getOrCreateStrategy()
122 StrategyList.clear(); in clear()