Home
last modified time | relevance | path

Searched defs:BlockInfo (Results 1 – 25 of 31) sorted by relevance

12

/openbsd/src/gnu/llvm/llvm/lib/CodeGen/
DSplitKit.h121 struct BlockInfo { struct
129 /// isOneInstr - Returns true when this BlockInfo describes a single argument
150 SmallVector<BlockInfo, 8> UseBlocks; argument
DStackColoring.cpp574 const BlockLifetimeInfo &BlockInfo = BI->second; in dumpBB() local
762 BlockLifetimeInfo &BlockInfo = BlockLiveness[MBB]; in collectMarkers() local
817 BlockLifetimeInfo &BlockInfo = BI->second; in calculateLocalLiveness() local
DAssignmentTrackingAnalysis.cpp1007 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()
DCFIFixup.cpp114 SmallVector<BlockFlags, 32> BlockInfo(NumBlocks, {false, false, false, false}); in runOnMachineFunction() local
DBranchRelaxation.cpp80 SmallVector<BasicBlockInfo, 16> BlockInfo; member in __anon7aeaaa350111::BranchRelaxation
/openbsd/src/gnu/llvm/compiler-rt/lib/scudo/standalone/
Dcommon.h186 struct BlockInfo { struct
187 uptr BlockBegin;
188 uptr BlockSize;
189 uptr RegionBegin;
190 uptr RegionEnd;
/openbsd/src/gnu/llvm/llvm/include/llvm/Bitstream/
DBitstreamReader.h41 struct BlockInfo { struct
49 std::vector<BlockInfo> BlockInfoRecords; argument
376 BitstreamBlockInfo *BlockInfo = nullptr; variable
DBitstreamWriter.h71 struct BlockInfo { struct
75 std::vector<BlockInfo> BlockInfoRecords; argument
/openbsd/src/gnu/llvm/clang/include/clang/Analysis/Analyses/
DThreadSafetyCommon.h453 struct BlockInfo { struct
463 BlockInfo() = default; argument
465 BlockInfo &operator=(BlockInfo &&) = default; argument
DConsumed.h240 ConsumedBlockInfo BlockInfo; variable
/openbsd/src/gnu/llvm/llvm/lib/Analysis/
DStackLifetime.cpp128 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/
DBitstreamRemarkParser.h33 BitstreamBlockInfo &BlockInfo; member
93 BitstreamBlockInfo BlockInfo; member
/openbsd/src/gnu/llvm/llvm/lib/Target/AMDGPU/
DSIWholeQuadMode.cpp133 struct BlockInfo { struct
134 char Needs = 0;
135 char InNeeds = 0;
136 char OutNeeds = 0;
137 char InitialState = 0;
138 bool NeedsLowering = false;
DSIInsertWaitcnts.cpp374 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
DSIModeRegister.cpp114 std::vector<std::unique_ptr<BlockData>> BlockInfo; member in __anon52d52b950111::SIModeRegister
/openbsd/src/gnu/llvm/llvm/lib/ExecutionEngine/Orc/
DObjectLinkingLayer.cpp507 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/
DAArch64CompressJumpTables.cpp38 SmallVector<int, 8> BlockInfo; member in __anon20d244c60111::AArch64CompressJumpTables
/openbsd/src/gnu/llvm/llvm/lib/Bitcode/Reader/
DBitcodeAnalyzer.cpp26 GetBlockName(unsigned BlockID, const BitstreamBlockInfo &BlockInfo, in GetBlockName()
90 const BitstreamBlockInfo &BlockInfo, in GetCodeName()
/openbsd/src/gnu/llvm/llvm/include/llvm/Bitcode/
DBitcodeAnalyzer.h54 BitstreamBlockInfo BlockInfo; variable
/openbsd/src/gnu/llvm/clang/lib/Frontend/
DSerializedDiagnosticReader.cpp38 std::optional<llvm::BitstreamBlockInfo> BlockInfo; in readDiagnostics() local
/openbsd/src/gnu/llvm/llvm/tools/bugpoint/
DCrashDebugger.cpp498 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/
Dsanitizer_stack_store_test.cpp46 using BlockInfo = StackStore::BlockInfo; typedef in __sanitizer::StackStoreTest
/openbsd/src/gnu/llvm/llvm/include/llvm/CodeGen/
DMachineTraceMetrics.h323 SmallVector<TraceBlockInfo, 4> BlockInfo; variable
/openbsd/src/gnu/llvm/llvm/lib/Remarks/
DBitstreamRemarkParser.cpp39 BitstreamCursor &Stream, BitstreamBlockInfo &BlockInfo) in BitstreamMetaParserHelper()
/openbsd/src/gnu/llvm/llvm/lib/Transforms/Scalar/
DADCE.cpp126 MapVector<BasicBlock *, BlockInfoType> BlockInfo; member in __anoncbf34b1c0111::AggressiveDeadCodeElimination

12