Searched defs:CallContext (Results 1 – 5 of 5) sorted by relevance
55 struct CallContext { struct in __anon091004fc0111::X86CallFrameOptimization56 CallContext() in CallContext() argument61 MachineBasicBlock::iterator FrameSetup;64 MachineInstr *Call;67 MachineInstr *SPCopy;70 int64_t ExpectedDist;73 SmallVector<MachineInstr *, 4> MovVector;76 bool NoStackParams;79 bool UsePush;
78 struct CallContext { struct in __anonf67ef9940111::X86CallFrameOptimization79 CallContext() : FrameSetup(nullptr), ArgStoreVector(4, nullptr) {} in CallContext() function82 MachineBasicBlock::iterator FrameSetup;85 MachineInstr *Call = nullptr;88 MachineInstr *SPCopy = nullptr;91 int64_t ExpectedDist = 0;94 SmallVector<MachineInstr *, 4> ArgStoreVector;97 bool NoStackParams = false;100 bool UsePush = false;
32 enum class CallContext { enum
398 class CallContext(object): class
362 class CallContext(ParserRuleContext): class in gnParser