Searched refs:ZeroSymbol (Results 1 – 1 of 1) sorted by relevance
28 SymbolRef ZeroSymbol; member in __anon2a84e2e30111::ZeroState34 : ZeroSymbol(S), BlockID(B), SFC(SFC) {} in ZeroState()39 return BlockID == X.BlockID && SFC == X.SFC && ZeroSymbol == X.ZeroSymbol; in operator ==()47 return ZeroSymbol < X.ZeroSymbol; in operator <()53 ID.AddPointer(ZeroSymbol); in Profile()59 SymbolRef ZeroSymbol; member in __anon2a84e2e30111::DivisionBRVisitor64 DivisionBRVisitor(SymbolRef ZeroSymbol, const StackFrameContext *SFC) in DivisionBRVisitor() argument65 : ZeroSymbol(ZeroSymbol), SFC(SFC), Satisfied(false) {} in DivisionBRVisitor()68 ID.Add(ZeroSymbol); in Profile()116 if (ZeroSymbol == S.getAsSymbol() && SFC == Succ->getStackFrame()) { in REGISTER_SET_WITH_PROGRAMSTATE()