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

/macosx-10.10.1/llvmCore-3425.0.34/utils/TableGen/
H A DDAGISelMatcher.h233 /// WhatFor - This is a string indicating why we're recording this. This
235 std::string WhatFor; member in class:llvm::RecordMatcher
242 : Matcher(RecordNode), WhatFor(whatfor), ResultNo(resultNo) {}
244 const std::string &getWhatFor() const { return WhatFor; }
264 /// WhatFor - This is a string indicating why we're recording this. This
266 std::string WhatFor; member in class:llvm::RecordChildMatcher
274 : Matcher(RecordChild), ChildNo(childno), WhatFor(whatfor),
278 const std::string &getWhatFor() const { return WhatFor; }

Completed in 109 milliseconds