Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86CallFrameOptimization.cpp71 struct CallContext { struct in __anon1b6d6e6f0111::X86CallFrameOptimization
72 CallContext() : FrameSetup(nullptr), ArgStoreVector(4, nullptr) {} in CallContext() argument
96 typedef SmallVector<CallContext, 8> ContextVector;
103 MachineBasicBlock::iterator I, CallContext &Context);
105 void adjustCallSequence(MachineFunction &MF, const CallContext &Context);
259 CallContext Context; in runOnMachineFunction()
355 CallContext &Context) { in collectCallInfo()
492 const CallContext &Context) { in adjustCallSequence()
/freebsd/contrib/llvm-project/llvm/lib/Transforms/IPO/
H A DSampleContextTracker.cpp470 ContextTrieNode *CallContext = getContextFor(DIL); in getCalleeContextFor() local
471 if (!CallContext) in getCalleeContextFor()
476 return CallContext->getChildContext( in getCalleeContextFor()