Searched defs:StackEntry (Results 1 – 6 of 6) sorted by relevance
233 struct StackEntry { struct234 unsigned NumIn;235 unsigned NumOut;236 CmpInst *Condition;237 bool IsNot;239 StackEntry(unsigned NumIn, unsigned NumOut, CmpInst *Condition, bool IsNot) in StackEntry() function
48 struct alignas(16) StackEntry { struct49 int32_t FuncId;50 uint16_t Type;51 uint8_t CPU;52 uint8_t Padding;53 uint64_t TSC;
319 struct StackEntry { struct320 uint64_t Timestamp;321 Profile::FuncID FuncId;
320 Instruction *StackEntry = in runOnFunction() local
35 using StackEntry = std::pair<BasicBlock *, Value *>; typedef
4083 for (const auto &StackEntry : SemaRef.AlignPackStack.Stack) { in WritePackPragmaOptions() local4103 for (const auto &StackEntry : SemaRef.FpPragmaStack.Stack) { in WriteFloatControlPragmaOptions() local