Searched refs:CallContext (Results 1 – 4 of 4) sorted by relevance
71 struct CallContext { struct in __anon7c4e379f0111::X86CallFrameOptimization72 CallContext() : FrameSetup(nullptr), ArgStoreVector(4, nullptr) {} in CallContext() argument96 typedef SmallVector<CallContext, 8> ContextVector;103 MachineBasicBlock::iterator I, CallContext &Context);105 void adjustCallSequence(MachineFunction &MF, const CallContext &Context);260 CallContext Context; in runOnMachineFunction()356 CallContext &Context) { in collectCallInfo()494 const CallContext &Context) { in adjustCallSequence()
677 struct CallContext { in registerMatchers() struct678 CallContext(StringRef Name, Optional<unsigned> DestinationPos, in registerMatchers() argument691 auto MatchDestination = [=](CallContext CC) { in registerMatchers()699 auto MatchSource = [=](CallContext CC) { in registerMatchers()703 auto MatchGivenLength = [=](CallContext CC) { in registerMatchers()721 auto MatchCall = [=](CallContext CC) { in registerMatchers()734 auto Match = [=](CallContext CC) { in registerMatchers()
474 ContextTrieNode *CallContext = getContextFor(DIL); in getCalleeContextFor() local475 if (!CallContext) in getCalleeContextFor()480 return CallContext->getChildContext( in getCalleeContextFor()
7098 llvm/tools/llvm-profgen/CallContext.h