Searched refs:Stack (Results 26 - 50 of 105) sorted by relevance

12345

/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DPhiValues.h111 void processPhi(const PHINode *PN, SmallVectorImpl<const PHINode *> &Stack);
/freebsd-11-stable/contrib/llvm-project/clang/lib/Format/
H A DContinuationIndenter.h401 std::vector<ParenState> Stack; member in struct:clang::format::LineState
445 return Stack < Other.Stack;
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DPredicateInfo.cpp256 bool PredicateInfo::stackIsInScope(const ValueDFSStack &Stack, argument
258 if (Stack.empty())
265 if (Stack.back().EdgeOnly) {
273 if (EdgePred != getBranchBlock(Stack.back().PInfo))
277 return DT.dominates(getBlockEdge(Stack.back().PInfo), *VDUse.U);
280 return (VDUse.DFSIn >= Stack.back().DFSIn &&
281 VDUse.DFSOut <= Stack.back().DFSOut);
284 void PredicateInfo::popStackUntilDFSScope(ValueDFSStack &Stack, argument
286 while (!Stack.empty() && !stackIsInScope(Stack, V
[all...]
/freebsd-11-stable/crypto/heimdal/lib/asn1/
H A Dasn1parse.c533 # define YYSTACK_RELOCATE(Stack) \
537 YYCOPY (&yyptr->Stack, Stack, yysize); \
538 Stack = &yyptr->Stack; \
539 yynewbytes = yystacksize * sizeof (*Stack) + YYSTACK_GAP_MAXIMUM; \
1155 YYFPRINTF (stderr, "Stack now");
1669 YYDPRINTF ((stderr, "Stack size increased to %lu\n",
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86FloatingPoint.cpp1 //===-- X86FloatingPoint.cpp - Floating point Reg -> Stack converter ------===//
65 memset(Stack, 0, sizeof(Stack));
153 unsigned Stack[8]; // FP<n> Registers in each stack slot... member in struct:__anon2498::FPS
160 // For each live FP<n> register, point to its Stack[] entry.
174 dbgs() << "Stack contents:";
176 dbgs() << " FP" << Stack[i];
177 assert(RegMap[Stack[i]] == i && "Stack[] doesn't match RegMap[]!");
192 return Slot < StackTop && Stack[Slo
[all...]
/freebsd-11-stable/contrib/llvm-project/compiler-rt/lib/xray/
H A Dxray_function_call_trie.h489 using Stack = Array<NodeAndParent>;
491 typename Stack::AllocatorType StackAllocator(
493 Stack DFSStack(StackAllocator);
548 using Stack = Array<NodeAndTarget>;
549 typename Stack::AllocatorType StackAllocator(
551 Stack DFSStack(StackAllocator);
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/WebAssembly/
H A DWebAssemblyCFGStackify.cpp1210 getDepth(const SmallVectorImpl<const MachineBasicBlock *> &Stack, argument
1213 for (auto X : reverse(Stack)) {
1218 assert(Depth < Stack.size() && "Branch destination should be in scope");
1299 SmallVector<const MachineBasicBlock *, 8> Stack;
1306 assert(ScopeTops[Stack.back()->getNumber()]->getNumber() <=
1309 Stack.pop_back();
1313 assert(Stack.back() == &MBB && "Loop top should be balanced");
1314 Stack.pop_back();
1319 Stack.push_back(&MBB);
1323 Stack
[all...]
/freebsd-11-stable/contrib/llvm-project/llvm/lib/CodeGen/
H A DPseudoSourceValue.cpp24 "Stack", "GOT", "JumpTable", "ConstantPool", "FixedStack",
109 StackPSV(PseudoSourceValue::Stack, TII),
H A DMachineTraceMetrics.cpp842 SmallVector<const MachineBasicBlock*, 8> Stack;
848 Stack.push_back(MBB);
860 while (!Stack.empty()) {
861 MBB = Stack.pop_back_val();
1004 SmallVector<const MachineBasicBlock*, 8> Stack;
1010 Stack.push_back(MBB);
1045 for (;!Stack.empty(); Stack.pop_back()) {
1046 MBB = Stack.back();
1086 addLiveIns(Deps.front().DefMI, Deps.front().DefOp, Stack);
[all...]
H A DRDFGraph.cpp672 Pos = DS.Stack.size();
673 while (Pos > 0 && DS.isDelimiter(DS.Stack[Pos-1]))
690 unsigned P = nextDown(Stack.size());
691 Stack.resize(P);
697 Stack.push_back(NodeAddr<DefNode*>(nullptr, N));
705 unsigned P = Stack.size();
707 bool Found = isDelimiter(Stack[P-1], N);
713 Stack.resize(P);
720 unsigned SS = Stack.size();
725 IsDelim = isDelimiter(Stack[
[all...]
/freebsd-11-stable/contrib/llvm-project/lldb/source/Plugins/ObjectFile/Breakpad/
H A DBreakpadRecords.cpp27 Stack, member in class:__anon1245::Token
45 .Case("STACK", Token::Stack)
138 case Token::Stack:
365 if (consume<Token>(Line) != Token::Stack)
413 if (consume<Token>(Line) != Token::Stack)
/freebsd-11-stable/contrib/llvm-project/clang/lib/AST/
H A DNestedNameSpecifier.cpp647 SmallVector<NestedNameSpecifier *, 4> Stack; local
649 Stack.push_back(NNS);
650 while (!Stack.empty()) {
651 NestedNameSpecifier *NNS = Stack.pop_back_val();
675 SaveSourceLocation(Stack.empty()? R.getEnd() : R.getBegin(),
H A DCXXInheritance.cpp686 SmallVector<OverriddenMethodsRange, 4> Stack(1, OverriddenMethods);
687 while (!Stack.empty()) {
688 for (const CXXMethodDecl *OM : Stack.pop_back_val()) {
710 Stack.push_back(OverriddenMethods);
/freebsd-11-stable/crypto/heimdal/lib/sl/
H A Dslc-gram.c376 # define YYSTACK_RELOCATE(Stack) \
380 YYCOPY (&yyptr->Stack, Stack, yysize); \
381 Stack = &yyptr->Stack; \
382 yynewbytes = yystacksize * sizeof (*Stack) + YYSTACK_GAP_MAXIMUM; \
737 YYFPRINTF (stderr, "Stack now");
1251 YYDPRINTF ((stderr, "Stack size increased to %lu\n",
/freebsd-11-stable/contrib/llvm-project/clang/lib/Serialization/
H A DModuleManager.cpp415 State->Stack.push_back(*M);
420 if (State->Stack.empty())
424 NextModule = State->Stack.pop_back_val();
/freebsd-11-stable/contrib/llvm-project/llvm/lib/ObjectYAML/
H A DMinidumpEmitter.cpp150 T.Entry.Stack.Memory = layout(File, T.Stack);
/freebsd-11-stable/contrib/llvm-project/clang/lib/Sema/
H A DSemaOpenMP.cpp39 // Stack of data-sharing attributes for variables
55 /// Stack for tracking declarations used in OpenMP directives and
170 /// Stack of used declaration and their data-sharing attributes.
173 SmallVector<std::pair<StackTy, const FunctionScopeInfo *>, 4> Stack; member in class:__anon663::DSAStackTy
189 return Stack.empty() ? const_iterator()
190 : Stack.back().first.rbegin() + IgnoredStackElements;
193 return Stack.empty() ? const_iterator() : Stack.back().first.rend();
197 return Stack.empty() ? iterator()
198 : Stack
[all...]
/freebsd-11-stable/contrib/gdb/gdb/
H A Dada-exp.c375 # define YYSTACK_RELOCATE(Stack) \
379 YYCOPY (&yyptr->Stack, Stack, yysize); \
380 Stack = &yyptr->Stack; \
381 yynewbytes = yystacksize * sizeof (*Stack) + YYSTACK_GAP_MAXIMUM; \
1026 YYFPRINTF (stderr, "Stack now");
1404 YYDPRINTF ((stderr, "Stack size increased to %lu\n",
H A Dm2-exp.c365 # define YYSTACK_RELOCATE(Stack) \
369 YYCOPY (&yyptr->Stack, Stack, yysize); \
370 Stack = &yyptr->Stack; \
371 yynewbytes = yystacksize * sizeof (*Stack) + YYSTACK_GAP_MAXIMUM; \
961 YYFPRINTF (stderr, "Stack now");
1339 YYDPRINTF ((stderr, "Stack size increased to %lu\n",
H A Df-exp.c344 # define YYSTACK_RELOCATE(Stack) \
348 YYCOPY (&yyptr->Stack, Stack, yysize); \
349 Stack = &yyptr->Stack; \
350 yynewbytes = yystacksize * sizeof (*Stack) + YYSTACK_GAP_MAXIMUM; \
841 YYFPRINTF (stderr, "Stack now");
1219 YYDPRINTF ((stderr, "Stack size increased to %lu\n",
H A Djv-exp.c335 # define YYSTACK_RELOCATE(Stack) \
339 YYCOPY (&yyptr->Stack, Stack, yysize); \
340 Stack = &yyptr->Stack; \
341 yynewbytes = yystacksize * sizeof (*Stack) + YYSTACK_GAP_MAXIMUM; \
900 YYFPRINTF (stderr, "Stack now");
1278 YYDPRINTF ((stderr, "Stack size increased to %lu\n",
/freebsd-11-stable/crypto/heimdal/appl/ftp/ftpd/
H A Dftpcmd.c523 # define YYSTACK_RELOCATE(Stack) \
527 YYCOPY (&yyptr->Stack, Stack, yysize); \
528 Stack = &yyptr->Stack; \
529 yynewbytes = yystacksize * sizeof (*Stack) + YYSTACK_GAP_MAXIMUM; \
1148 YYFPRINTF (stderr, "Stack now");
1662 YYDPRINTF ((stderr, "Stack size increased to %lu\n",
/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/Support/
H A DJSON.h762 Stack.emplace_back();
765 assert(Stack.size() == 1 && "Unmatched begin()/end()");
766 assert(Stack.back().Ctx == Singleton);
767 assert(Stack.back().HasValue && "Did not write top-level value");
837 llvm::SmallVector<State, 16> Stack; // Never empty. member in class:llvm::json::OStream
H A DVirtualFileSystem.h200 std::stack<directory_iterator, std::vector<directory_iterator>> Stack; member in struct:llvm::vfs::detail::RecDirIterState
223 const directory_entry &operator*() const { return *State->Stack.top(); }
224 const directory_entry *operator->() const { return &*State->Stack.top(); }
235 assert(!State->Stack.empty() &&
237 return State->Stack.size() - 1;
/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DRDFGraph.h672 bool empty() const { return Stack.empty() || top() == bottom(); }
684 return DS.Stack[Pos-1];
688 return &DS.Stack[Pos-1];
711 void push(NodeAddr<DefNode*> DA) { Stack.push_back(DA); }
728 StorageType Stack; member in struct:DataFlowGraph::DefStack

Completed in 509 milliseconds

12345