Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/Target/X86/
H A DX86CallFrameOptimization.cpp71 struct CallContext { struct in __anon7c4e379f0111::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);
260 CallContext Context; in runOnMachineFunction()
356 CallContext &Context) { in collectCallInfo()
494 const CallContext &Context) { in adjustCallSequence()
/llvm-project-15.0.7/clang-tools-extra/clang-tidy/bugprone/
H A DNotNullTerminatedResultCheck.cpp677 struct CallContext { in registerMatchers() struct
678 CallContext(StringRef Name, Optional<unsigned> DestinationPos, in registerMatchers() argument
691 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()
/llvm-project-15.0.7/llvm/lib/Transforms/IPO/
H A DSampleContextTracker.cpp474 ContextTrieNode *CallContext = getContextFor(DIL); in getCalleeContextFor() local
475 if (!CallContext) in getCalleeContextFor()
480 return CallContext->getChildContext( in getCalleeContextFor()
/llvm-project-15.0.7/clang/docs/tools/
H A Dclang-formatted-files.txt7098 llvm/tools/llvm-profgen/CallContext.h