Home
last modified time | relevance | path

Searched defs:Stack (Results 1 – 25 of 108) sorted by relevance

12345

/openbsd/gnu/llvm/compiler-rt/lib/ubsan/
H A Dubsan_diag.h22 SymbolizedStack *Stack; variable
31 : Stack(Stack) {} in Stack() argument
72 Location(const SymbolizedStackHolder &Stack) : in Location()
/openbsd/gnu/llvm/llvm/lib/Analysis/
H A DSyncDependenceAnalysis.cpp159 static void computeStackPO(BlockStack &Stack, const LoopInfo &LI, Loop *Loop, in computeStackPO()
215 BlockStack Stack; in computeTopLevelPO() local
224 std::vector<const BasicBlock *> Stack; in computeLoopPO() local
H A DPhiValues.cpp50 SmallVectorImpl<const PHINode *> &Stack) { in processPhi()
128 SmallVector<const PHINode *, 8> Stack; in getValuesForPhi() local
/openbsd/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.brendan/
H A Dtemplate15.C14 template<class T> Stack<T>::Stack(int s) in Stack() function
/openbsd/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.jason/
H A Ddtor3.C11 Stack() { new (Data) T(); } in Stack() function
H A Dtemplate26.C15 Stack(): nobjects(0) {} in Stack() function
/openbsd/gnu/llvm/llvm/lib/BinaryFormat/
H A DMsgPackDocument.cpp132 SmallVector<StackLevel, 4> Stack; in readFromBlob() local
251 SmallVector<WriterStackLevel, 4> Stack; in writeToBlob() local
/openbsd/gnu/llvm/llvm/lib/Target/WebAssembly/AsmParser/
H A DWebAssemblyAsmTypeCheck.h31 SmallVector<wasm::ValType, 8> Stack; variable
/openbsd/gnu/llvm/clang/lib/StaticAnalyzer/Core/
H A DWorkList.cpp37 SmallVector<WorkListUnit, 20> Stack; member in __anon76556edb0111::DFS
93 SmallVector<WorkListUnit, 20> Stack; member in __anon76556edb0211::BFSBlockDFSContents
/openbsd/gnu/llvm/clang/docs/
H A DHardwareAssistedAddressSanitizerDesign.rst135 Stack section in Instrumentation
/openbsd/gnu/llvm/llvm/tools/llvm-profgen/
H A DPerfReader.cpp179 T &Stack) { in collectSamplesFromFrame()
197 UnwindState::ProfiledFrame *Cur, T &Stack) { in collectSamplesFromFrameTrie()
231 AddressStack Stack(Binary); in collectSamplesFromFrameTrie() local
234 FrameStack Stack(Binary); in collectSamplesFromFrameTrie() local
/openbsd/gnu/llvm/llvm/lib/Transforms/AggressiveInstCombine/
H A DTruncInstCombine.cpp90 SmallVector<Instruction *, 8> Stack; in buildTruncExpressionGraph() local
177 SmallVector<Instruction *, 8> Stack; in getMinBitWidth() local
/openbsd/gnu/llvm/llvm/lib/Target/WebAssembly/
H A DWebAssemblyDebugFixup.cpp92 std::vector<StackElem> Stack; in runOnMachineFunction() local
H A DWebAssemblyCFGStackify.cpp1566 const SmallVectorImpl<EndMarkerInfo> &Stack, const MachineBasicBlock *MBB) { in getBranchDepth()
1578 const SmallVectorImpl<EndMarkerInfo> &Stack, const MachineBasicBlock *MBB) { in getDelegateDepth()
1613 const SmallVectorImpl<EndMarkerInfo> &Stack, in getRethrowDepth()
1652 SmallVector<EndMarkerInfo, 8> Stack; in rewriteDepthImmediates() local
/openbsd/gnu/llvm/llvm/lib/Target/AMDGPU/
H A DAMDGPUAlwaysInlinePass.cpp58 SmallVector<User *, 16> Stack(GV.users()); in recursivelyVisitUsers() local
H A DAMDGPUUnifyDivergentExitNodes.cpp119 SmallVector<BasicBlock *, 8> Stack(predecessors(&BB)); in isUniformlyReached() local
/openbsd/gnu/llvm/llvm/tools/llvm-xray/
H A Dxray-account.h38 llvm::SmallVector<std::pair<int32_t, uint64_t>, 32> Stack; member
/openbsd/gnu/llvm/llvm/lib/IR/
H A DReplaceConstant.cpp110 std::vector<std::vector<ConstantExpr *>> Stack{Path}; in collectConstantExprPaths() local
/openbsd/gnu/llvm/compiler-rt/lib/xray/
H A Dxray_function_call_trie.h489 using Stack = Array<NodeAndParent>; in deepCopyInto() local
548 using Stack = Array<NodeAndTarget>; in mergeInto() local
/openbsd/gnu/llvm/llvm/lib/Target/AMDGPU/Utils/
H A DAMDGPUMemoryUtils.cpp42 SmallVector<const User *, 16> Stack(GV.users()); in shouldLowerLDSToStruct() local
/openbsd/gnu/llvm/clang/lib/Sema/
H A DSemaAttr.cpp742 PragmaStack<StringLiteral *> *Stack = in ActOnPragmaMSSeg() local
1230 VisStack *Stack = static_cast<VisStack*>(VisContext); in AddPushedVisibilityAttribute() local
1252 VisStack *Stack = static_cast<VisStack*>(S.VisContext); in PushPragmaVisibility() local
1366 VisStack *Stack = static_cast<VisStack*>(VisContext); in PopPragmaVisibility() local
/openbsd/gnu/llvm/llvm/include/llvm/CodeGen/
H A DPseudoSourceValue.h38 Stack, enumerator
/openbsd/gnu/llvm/clang/include/clang/Serialization/
H A DModuleManager.h109 SmallVector<ModuleFile *, 4> Stack; member
/openbsd/lib/libexpat/examples/
H A Delement_declarations.c64 } Stack; typedef
/openbsd/gnu/llvm/llvm/include/llvm/ADT/
H A DGenericUniformityImpl.h1273 SmallVectorImpl<BlockT *> &Stack, const CycleInfoT &CI, const CycleT *Cycle, in computeStackPO()
1345 SmallVector<BlockT *> Stack; in computeCyclePO() local
1383 SmallVector<BlockT *> Stack; in compute() local

12345