Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/X86/
H A DX86CallFrameOptimization.cpp71 struct CallContext { struct in __anond7603cda0111::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;
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/IPO/
H A DSampleContextTracker.cpp415 ContextTrieNode *CallContext = getContextFor(DIL); in getCalleeContextFor() local