Lines Matching refs:SFC
30 const StackFrameContext *SFC; member in __anon67c00f0f0111::ZeroState
33 ZeroState(SymbolRef S, unsigned B, const StackFrameContext *SFC) in ZeroState() argument
34 : ZeroSymbol(S), BlockID(B), SFC(SFC) {} in ZeroState()
36 const StackFrameContext *getStackFrameContext() const { return SFC; } in getStackFrameContext()
39 return BlockID == X.BlockID && SFC == X.SFC && ZeroSymbol == X.ZeroSymbol; in operator ==()
45 if (SFC != X.SFC) in operator <()
46 return SFC < X.SFC; in operator <()
52 ID.AddPointer(SFC); in Profile()
60 const StackFrameContext *SFC; member in __anon67c00f0f0111::DivisionBRVisitor
64 DivisionBRVisitor(SymbolRef ZeroSymbol, const StackFrameContext *SFC) in DivisionBRVisitor() argument
65 : ZeroSymbol(ZeroSymbol), SFC(SFC), Satisfied(false) {} in DivisionBRVisitor()
69 ID.Add(SFC); in Profile()
116 if (ZeroSymbol == S.getAsSymbol() && SFC == Succ->getStackFrame()) { in REGISTER_SET_WITH_PROGRAMSTATE()