Searched refs:ZeroSymbol (Results 1 – 1 of 1) sorted by relevance
29 SymbolRef ZeroSymbol; member in __anona31b3e980111::ZeroState35 : ZeroSymbol(S), BlockID(B), SFC(SFC) {} in ZeroState()40 return BlockID == X.BlockID && SFC == X.SFC && ZeroSymbol == X.ZeroSymbol; in operator ==()44 return std::tie(BlockID, SFC, ZeroSymbol) < in operator <()45 std::tie(X.BlockID, X.SFC, X.ZeroSymbol); in operator <()51 ID.AddPointer(ZeroSymbol); in Profile()57 SymbolRef ZeroSymbol; member in __anona31b3e980111::DivisionBRVisitor62 DivisionBRVisitor(SymbolRef ZeroSymbol, const StackFrameContext *SFC) in DivisionBRVisitor() argument63 : ZeroSymbol(ZeroSymbol), SFC(SFC), Satisfied(false) {} in DivisionBRVisitor()66 ID.Add(ZeroSymbol); in Profile()[all …]