Lines Matching refs:SFC
31 const StackFrameContext *SFC; member in __anonb1806a3e0111::ZeroState
34 ZeroState(SymbolRef S, unsigned B, const StackFrameContext *SFC) in ZeroState() argument
35 : ZeroSymbol(S), BlockID(B), SFC(SFC) {} in ZeroState()
37 const StackFrameContext *getStackFrameContext() const { return SFC; } in getStackFrameContext()
40 return BlockID == X.BlockID && SFC == X.SFC && ZeroSymbol == X.ZeroSymbol; in operator ==()
46 if (SFC != X.SFC) in operator <()
47 return SFC < X.SFC; in operator <()
53 ID.AddPointer(SFC); in Profile()
61 const StackFrameContext *SFC; member in __anonb1806a3e0111::DivisionBRVisitor
65 DivisionBRVisitor(SymbolRef ZeroSymbol, const StackFrameContext *SFC) in DivisionBRVisitor() argument
66 : ZeroSymbol(ZeroSymbol), SFC(SFC) {} in DivisionBRVisitor()
70 ID.Add(SFC); in Profile()
120 if (ZeroSymbol == S.getAsSymbol() && SFC == Succ->getStackFrame()) { in REGISTER_SET_WITH_PROGRAMSTATE()