Searched defs:TestAndBranchMatcher (Results 1 – 1 of 1) sorted by relevance
2084 struct TestAndBranchMatcher { struct2085 TestAndBranchMatcher(Node* node, FlagsContinuation* cont) in TestAndBranchMatcher() function2089 bool Matches() const { return matches_; } in Matches()2091 unsigned bit() const { in bit()2096 Node* input() const { in input()2102 bool matches_;2103 FlagsContinuation* cont_;2104 Matcher matcher_;2106 void Initialize() { in Initialize()