Home
last modified time | relevance | path

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

12

/freebsd-12-stable/contrib/llvm-project/llvm/lib/CodeGen/
DSplitKit.h122 struct BlockInfo { struct
130 /// isOneInstr - Returns true when this BlockInfo describes a single argument
151 SmallVector<BlockInfo, 8> UseBlocks; argument
DStackColoring.cpp576 const BlockLifetimeInfo &BlockInfo = BI->second; in dumpBB() local
762 BlockLifetimeInfo &BlockInfo = BlockLiveness[MBB]; in collectMarkers() local
817 BlockLifetimeInfo &BlockInfo = BI->second; in calculateLocalLiveness() local
DBranchRelaxation.cpp80 SmallVector<BasicBlockInfo, 16> BlockInfo; member in __anone16a6ad10111::BranchRelaxation
/freebsd-12-stable/contrib/llvm-project/compiler-rt/lib/scudo/standalone/
Dcommon.h183 struct BlockInfo { struct
184 uptr BlockBegin;
185 uptr BlockSize;
186 uptr RegionBegin;
187 uptr RegionEnd;
/freebsd-12-stable/contrib/llvm-project/llvm/include/llvm/Bitstream/
DBitstreamReader.h42 struct BlockInfo { struct
50 std::vector<BlockInfo> BlockInfoRecords; argument
358 BitstreamBlockInfo *BlockInfo = nullptr; variable
DBitstreamWriter.h71 struct BlockInfo { struct
75 std::vector<BlockInfo> BlockInfoRecords; argument
/freebsd-12-stable/contrib/llvm-project/clang/include/clang/Analysis/Analyses/
DThreadSafetyCommon.h435 struct BlockInfo { struct
445 BlockInfo() = default; argument
447 BlockInfo &operator=(BlockInfo &&) = default; argument
DConsumed.h241 ConsumedBlockInfo BlockInfo; variable
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Analysis/
DStackLifetime.cpp134 BlockLifetimeInfo &BlockInfo = in collectMarkers() local
186 BlockLifetimeInfo &BlockInfo = BlockLiveness.find(BB)->getSecond(); in calculateLocalLiveness() local
236 BlockLifetimeInfo &BlockInfo = IT.getSecond(); in calculateLiveIntervals() local
293 const BlockLifetimeInfo &BlockInfo = BlockLiveness.find(BB)->getSecond(); in dumpBlockLiveness() local
/freebsd-12-stable/contrib/llvm-project/llvm/include/llvm/Remarks/
DBitstreamRemarkParser.h33 BitstreamBlockInfo &BlockInfo; member
93 BitstreamBlockInfo BlockInfo; member
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/AMDGPU/
DSIWholeQuadMode.cpp135 struct BlockInfo { struct
136 char Needs = 0;
137 char InNeeds = 0;
138 char OutNeeds = 0;
139 char InitialState = 0;
140 bool NeedsLowering = false;
DSIInsertWaitcnts.cpp367 struct BlockInfo { struct in __anonac733d490111::SIInsertWaitcnts
368 MachineBasicBlock *MBB;
369 std::unique_ptr<WaitcntBrackets> Incoming;
370 bool Dirty = true;
372 explicit BlockInfo(MachineBasicBlock *MBB) : MBB(MBB) {} in BlockInfo() function
DSIModeRegister.cpp113 std::vector<std::unique_ptr<BlockData>> BlockInfo; member in __anon7e3bda310111::SIModeRegister
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/AArch64/
DAArch64CompressJumpTables.cpp38 SmallVector<int, 8> BlockInfo; member in __anon8b97bd620111::AArch64CompressJumpTables
/freebsd-12-stable/contrib/llvm-project/llvm/lib/ExecutionEngine/Orc/
DObjectLinkingLayer.cpp511 struct BlockInfo { in computeBlockNonLocalDeps() struct
512 DenseSet<Block *> Dependencies; in computeBlockNonLocalDeps()
513 DenseSet<Block *> Dependants; in computeBlockNonLocalDeps()
514 bool DependenciesChanged = true; in computeBlockNonLocalDeps()
/freebsd-12-stable/contrib/llvm-project/llvm/include/llvm/Bitcode/
DBitcodeAnalyzer.h51 BitstreamBlockInfo BlockInfo; variable
/freebsd-12-stable/contrib/llvm-project/clang/lib/Frontend/
DSerializedDiagnosticReader.cpp38 Optional<llvm::BitstreamBlockInfo> BlockInfo; in readDiagnostics() local
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Bitcode/Reader/
DBitcodeAnalyzer.cpp25 const BitstreamBlockInfo &BlockInfo, in GetBlockName()
88 const BitstreamBlockInfo &BlockInfo, in GetCodeName()
/freebsd-12-stable/contrib/llvm-project/llvm/tools/bugpoint/
DCrashDebugger.cpp499 std::vector<std::pair<std::string, std::string>> BlockInfo; in TestBlocks() local
607 std::vector<std::pair<std::string, std::string>> BlockInfo; in TestBlocks() local
698 std::vector<std::pair<std::string, std::string>> BlockInfo; in TestBlocks() local
/freebsd-12-stable/contrib/llvm-project/llvm/include/llvm/CodeGen/
DMachineTraceMetrics.h324 SmallVector<TraceBlockInfo, 4> BlockInfo; variable
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Remarks/
DBitstreamRemarkParser.cpp37 BitstreamCursor &Stream, BitstreamBlockInfo &BlockInfo) in BitstreamMetaParserHelper()
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Transforms/Scalar/
DADCE.cpp126 MapVector<BasicBlock *, BlockInfoType> BlockInfo; member in __anonef1234b80111::AggressiveDeadCodeElimination
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/RISCV/
DRISCVInsertVSETVLI.cpp312 std::vector<BlockData> BlockInfo; member in __anone594c2dd0111::RISCVInsertVSETVLI
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/ARM/
DThumb2SizeReduction.cpp232 SmallVector<MBBInfo, 8> BlockInfo; member in __anon5f9a5d070111::Thumb2SizeReduce
/freebsd-12-stable/contrib/llvm-project/clang/lib/Analysis/
DThreadSafety.cpp733 std::vector<CFGBlockInfo> &BlockInfo) { in traverseCFG()
817 std::vector<CFGBlockInfo> &BlockInfo) { in findBlockLocations()
1020 std::vector<CFGBlockInfo> BlockInfo; member in __anon049477c90a11::ThreadSafetyAnalyzer

12