| /openbsd/src/gnu/llvm/llvm/lib/CodeGen/ |
| D | SplitKit.h | 121 struct BlockInfo { struct 129 /// isOneInstr - Returns true when this BlockInfo describes a single argument 150 SmallVector<BlockInfo, 8> UseBlocks; argument
|
| D | StackColoring.cpp | 574 const BlockLifetimeInfo &BlockInfo = BI->second; in dumpBB() local 762 BlockLifetimeInfo &BlockInfo = BlockLiveness[MBB]; in collectMarkers() local 817 BlockLifetimeInfo &BlockInfo = BI->second; in calculateLocalLiveness() local
|
| D | AssignmentTrackingAnalysis.cpp | 1007 struct BlockInfo { struct in __anond97a15400211::AssignmentTrackingLowering 1009 AssignmentMap StackHomeValue; 1011 AssignmentMap DebugValue; 1021 LocMap LiveLoc; 1025 bool operator==(const BlockInfo &Other) const { in operator ==() 1030 bool operator!=(const BlockInfo &Other) const { return !(*this == Other); } in operator !=() 1031 bool isValid() { in isValid()
|
| D | CFIFixup.cpp | 114 SmallVector<BlockFlags, 32> BlockInfo(NumBlocks, {false, false, false, false}); in runOnMachineFunction() local
|
| D | BranchRelaxation.cpp | 80 SmallVector<BasicBlockInfo, 16> BlockInfo; member in __anon7aeaaa350111::BranchRelaxation
|
| /openbsd/src/gnu/llvm/compiler-rt/lib/scudo/standalone/ |
| D | common.h | 186 struct BlockInfo { struct 187 uptr BlockBegin; 188 uptr BlockSize; 189 uptr RegionBegin; 190 uptr RegionEnd;
|
| /openbsd/src/gnu/llvm/llvm/include/llvm/Bitstream/ |
| D | BitstreamReader.h | 41 struct BlockInfo { struct 49 std::vector<BlockInfo> BlockInfoRecords; argument 376 BitstreamBlockInfo *BlockInfo = nullptr; variable
|
| D | BitstreamWriter.h | 71 struct BlockInfo { struct 75 std::vector<BlockInfo> BlockInfoRecords; argument
|
| /openbsd/src/gnu/llvm/clang/include/clang/Analysis/Analyses/ |
| D | ThreadSafetyCommon.h | 453 struct BlockInfo { struct 463 BlockInfo() = default; argument 465 BlockInfo &operator=(BlockInfo &&) = default; argument
|
| D | Consumed.h | 240 ConsumedBlockInfo BlockInfo; variable
|
| /openbsd/src/gnu/llvm/llvm/lib/Analysis/ |
| D | StackLifetime.cpp | 128 BlockLifetimeInfo &BlockInfo = in collectMarkers() local 186 BlockLifetimeInfo &BlockInfo = BlockLiveness.find(BB)->getSecond(); in calculateLocalLiveness() local 247 BlockLifetimeInfo &BlockInfo = IT.getSecond(); in calculateLiveIntervals() local 302 const BlockLifetimeInfo &BlockInfo = BlockLiveness.find(BB)->getSecond(); in dumpBlockLiveness() local
|
| /openbsd/src/gnu/llvm/llvm/include/llvm/Remarks/ |
| D | BitstreamRemarkParser.h | 33 BitstreamBlockInfo &BlockInfo; member 93 BitstreamBlockInfo BlockInfo; member
|
| /openbsd/src/gnu/llvm/llvm/lib/Target/AMDGPU/ |
| D | SIWholeQuadMode.cpp | 133 struct BlockInfo { struct 134 char Needs = 0; 135 char InNeeds = 0; 136 char OutNeeds = 0; 137 char InitialState = 0; 138 bool NeedsLowering = false;
|
| D | SIInsertWaitcnts.cpp | 374 struct BlockInfo { struct in __anon0ca677ad0211::SIInsertWaitcnts 375 MachineBasicBlock *MBB; 376 std::unique_ptr<WaitcntBrackets> Incoming; 377 bool Dirty = true; 379 explicit BlockInfo(MachineBasicBlock *MBB) : MBB(MBB) {} in BlockInfo() function
|
| D | SIModeRegister.cpp | 114 std::vector<std::unique_ptr<BlockData>> BlockInfo; member in __anon52d52b950111::SIModeRegister
|
| /openbsd/src/gnu/llvm/llvm/lib/ExecutionEngine/Orc/ |
| D | ObjectLinkingLayer.cpp | 507 struct BlockInfo { in computeBlockNonLocalDeps() struct 508 DenseSet<Block *> Dependencies; in computeBlockNonLocalDeps() 509 DenseSet<Block *> Dependants; in computeBlockNonLocalDeps() 510 bool DependenciesChanged = true; in computeBlockNonLocalDeps()
|
| /openbsd/src/gnu/llvm/llvm/lib/Target/AArch64/ |
| D | AArch64CompressJumpTables.cpp | 38 SmallVector<int, 8> BlockInfo; member in __anon20d244c60111::AArch64CompressJumpTables
|
| /openbsd/src/gnu/llvm/llvm/lib/Bitcode/Reader/ |
| D | BitcodeAnalyzer.cpp | 26 GetBlockName(unsigned BlockID, const BitstreamBlockInfo &BlockInfo, in GetBlockName() 90 const BitstreamBlockInfo &BlockInfo, in GetCodeName()
|
| /openbsd/src/gnu/llvm/llvm/include/llvm/Bitcode/ |
| D | BitcodeAnalyzer.h | 54 BitstreamBlockInfo BlockInfo; variable
|
| /openbsd/src/gnu/llvm/clang/lib/Frontend/ |
| D | SerializedDiagnosticReader.cpp | 38 std::optional<llvm::BitstreamBlockInfo> BlockInfo; in readDiagnostics() local
|
| /openbsd/src/gnu/llvm/llvm/tools/bugpoint/ |
| D | CrashDebugger.cpp | 498 std::vector<std::pair<std::string, std::string>> BlockInfo; in TestBlocks() local 606 std::vector<std::pair<std::string, std::string>> BlockInfo; in TestBlocks() local 697 std::vector<std::pair<std::string, std::string>> BlockInfo; in TestBlocks() local
|
| /openbsd/src/gnu/llvm/compiler-rt/lib/sanitizer_common/tests/ |
| D | sanitizer_stack_store_test.cpp | 46 using BlockInfo = StackStore::BlockInfo; typedef in __sanitizer::StackStoreTest
|
| /openbsd/src/gnu/llvm/llvm/include/llvm/CodeGen/ |
| D | MachineTraceMetrics.h | 323 SmallVector<TraceBlockInfo, 4> BlockInfo; variable
|
| /openbsd/src/gnu/llvm/llvm/lib/Remarks/ |
| D | BitstreamRemarkParser.cpp | 39 BitstreamCursor &Stream, BitstreamBlockInfo &BlockInfo) in BitstreamMetaParserHelper()
|
| /openbsd/src/gnu/llvm/llvm/lib/Transforms/Scalar/ |
| D | ADCE.cpp | 126 MapVector<BasicBlock *, BlockInfoType> BlockInfo; member in __anoncbf34b1c0111::AggressiveDeadCodeElimination
|