Searched defs:TestAndBranchMatcher (Results 1 – 1 of 1) sorted by relevance
2512 struct TestAndBranchMatcher { struct2513 TestAndBranchMatcher(Node* node, FlagsContinuation* cont) in TestAndBranchMatcher() function2517 bool Matches() const { return matches_; } in Matches()2519 unsigned bit() const { in bit()2524 Node* input() const { in input()2530 bool matches_;2531 FlagsContinuation* cont_;2532 Matcher matcher_;2534 void Initialize() { in Initialize()