Home
last modified time | relevance | path

Searched refs:CallContext (Results 1 – 1 of 1) sorted by relevance

/freebsd-12.1/contrib/llvm/lib/Target/X86/
H A DX86CallFrameOptimization.cpp74 struct CallContext { struct in __anonefdbac740111::X86CallFrameOptimization
75 CallContext() : FrameSetup(nullptr), ArgStoreVector(4, nullptr) {} in CallContext() argument
99 typedef SmallVector<CallContext, 8> ContextVector;
106 MachineBasicBlock::iterator I, CallContext &Context);
108 void adjustCallSequence(MachineFunction &MF, const CallContext &Context);
254 CallContext Context; in runOnMachineFunction()
350 CallContext &Context) { in collectCallInfo()
488 const CallContext &Context) { in adjustCallSequence()