Home
last modified time | relevance | path

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

1234

/llvm-project/llvm/lib/CodeGenData/
H A DOutlinedHashTree.cpp
/llvm-project/llvm/lib/Target/WebAssembly/AsmParser/
H A DWebAssemblyAsmTypeCheck.h31 SmallVector<wasm::ValType, 8> Stack; global() variable
/llvm-project/llvm/lib/Analysis/
H A DPhiValues.cpp50 SmallVectorImpl<const PHINode *> &Stack) { in processPhi()
128 SmallVector<const PHINode *, 8> Stack; in getValuesForPhi() local
/llvm-project/clang/docs/
H A DHardwareAssistedAddressSanitizerDesign.rst135 Stack section in Instrumentation
/llvm-project/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_symbolizer.h68 SymbolizedStack *Stack; variable
77 : Stack(Stack) {} in Stack() argument
/llvm-project/llvm/lib/BinaryFormat/
H A DMsgPackDocument.cpp136 SmallVector<StackLevel, 4> Stack; in readFromBlob() local
264 SmallVector<WriterStackLevel, 4> Stack; in writeToBlob() local
/llvm-project/llvm/lib/Target/WebAssembly/
H A DWebAssemblyDebugFixup.cpp92 std::vector<StackElem> Stack; runOnMachineFunction() local
H A DWebAssemblyCFGStackify.cpp1567 getBranchDepth(const SmallVectorImpl<EndMarkerInfo> & Stack,const MachineBasicBlock * MBB) getBranchDepth() argument
1579 getDelegateDepth(const SmallVectorImpl<EndMarkerInfo> & Stack,const MachineBasicBlock * MBB) getDelegateDepth() argument
1614 getRethrowDepth(const SmallVectorImpl<EndMarkerInfo> & Stack,const SmallVectorImpl<const MachineBasicBlock * > & EHPadStack) getRethrowDepth() argument
1653 SmallVector<EndMarkerInfo, 8> Stack; rewriteDepthImmediates() local
[all...]
/llvm-project/clang-tools-extra/pseudo/unittests/
H A DBracketTest.cpp
/llvm-project/clang/lib/StaticAnalyzer/Core/
H A DWorkList.cpp37 SmallVector<WorkListUnit, 20> Stack; member in __anon0d17b1c10111::DFS
93 SmallVector<WorkListUnit, 20> Stack; member in __anon0d17b1c10211::BFSBlockDFSContents
/llvm-project/llvm/lib/IR/
H A DReplaceConstant.cpp57 SmallVector<Constant *> Stack; in convertUsersOfConstantsToInstructions() local
/llvm-project/llvm/tools/llvm-xray/
H A Dxray-account.h36 llvm::SmallVector<std::pair<int32_t, uint64_t>, 32> Stack; member
/llvm-project/llvm/lib/Target/AMDGPU/
H A DAMDGPUAlwaysInlinePass.cpp58 SmallVector<User *, 16> Stack(GV.users()); in recursivelyVisitUsers() local
H A DAMDGPUUnifyDivergentExitNodes.cpp123 SmallVector<BasicBlock *, 8> Stack(predecessors(&BB)); isUniformlyReached() local
/llvm-project/compiler-rt/test/asan/TestCases/Posix/
H A Dunpoison-alternate-stack.cpp67 stack_t Stack; in isOnSignalStack() local
/llvm-project/llvm/lib/Transforms/AggressiveInstCombine/
H A DTruncInstCombine.cpp90 SmallVector<Instruction *, 8> Stack; in buildTruncExpressionGraph() local
177 SmallVector<Instruction *, 8> Stack; in getMinBitWidth() local
/llvm-project/llvm/include/llvm/CodeGen/
H A DPseudoSourceValue.h34 Stack, enumerator
/llvm-project/clang-tools-extra/pseudo/lib/
H A DBracket.cpp
/llvm-project/clang/include/clang/Serialization/
H A DModuleManager.h108 SmallVector<ModuleFile *, 4> Stack; member
/llvm-project/llvm/tools/llvm-profgen/
H A DPerfReader.cpp181 collectSamplesFromFrame(UnwindState::ProfiledFrame * Cur,T & Stack) collectSamplesFromFrame() argument
199 collectSamplesFromFrameTrie(UnwindState::ProfiledFrame * Cur,T & Stack) collectSamplesFromFrameTrie() argument
233 AddressStack Stack(Binary); collectSamplesFromFrameTrie() local
236 FrameStack Stack(Binary); collectSamplesFromFrameTrie() local
[all...]
/llvm-project/compiler-rt/lib/xray/
H A Dxray_function_call_trie.h485 using Stack = Array<NodeAndParent>; in deepCopyInto() local
544 using Stack = Array<NodeAndTarget>; in mergeInto() local
/llvm-project/libc/test/integration/src/pthread/
H A Dpthread_create_test.cpp151 void *Stack = nullptr; in run_success_config() local
/llvm-project/clang-tools-extra/clang-tidy/readability/
H A DRedundantPreprocessorCheck.cpp73 SmallVector<PreprocessorEntry, 4> &Stack, in checkMacroRedundancy()
/llvm-project/compiler-rt/lib/nsan/
H A Dnsan_stats.cpp43 BufferedStackTrace Stack; in UpdateEntry() local
/llvm-project/clang-tools-extra/pseudo/include/clang-pseudo/
H A DForest.h

1234