Searched refs:insnmatchers_front (Results 1 – 2 of 2) sorted by relevance
754 InstructionMatcher &Matcher = insnmatchers_front(); in hasFirstCondition()768 InstructionMatcher &Matcher = insnmatchers_front(); in getFirstCondition()786 InstructionMatcher &Matcher = insnmatchers_front(); in popFirstCondition()
685 InstructionMatcher &insnmatchers_front() const { return *Matchers.front(); } in insnmatchers_front() function