Home
last modified time | relevance | path

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

/freebsd-src/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86CallFrameOptimization.cpp71 struct CallContext { struct in __anondb24db010111::X86CallFrameOptimization
72 CallContext() : FrameSetup(nullptr), ArgStoreVector(4, nullptr) {} in CallContext() function
75 MachineBasicBlock::iterator FrameSetup;
78 MachineInstr *Call = nullptr;
81 MachineInstr *SPCopy = nullptr;
84 int64_t ExpectedDist = 0;
87 SmallVector<MachineInstr *, 4> ArgStoreVector;
90 bool NoStackParams = false;
93 bool UsePush = false;
/freebsd-src/contrib/llvm-project/llvm/lib/Transforms/IPO/
H A DSampleContextTracker.cpp469 ContextTrieNode *CallContext = getContextFor(DIL); in getCalleeContextFor() local