/freebsd/contrib/llvm-project/llvm/lib/CodeGen/ |
H A D | SplitKit.h | 121 struct BlockInfo { struct 129 /// isOneInstr - Returns true when this BlockInfo describes a single argument 150 SmallVector<BlockInfo, 8> UseBlocks; argument [all...] |
H A D | AssignmentTrackingAnalysis.cpp | 1144 struct BlockInfo { struct in __anon3afac2c40211::AssignmentTrackingLowering 1146 BitVector VariableIDsInBlock; 1149 AssignmentMap StackHomeValue; 1151 AssignmentMap DebugValue; 1162 LocMap LiveLoc; 1165 enum AssignmentKind { Stack, Debug }; 1166 const AssignmentMap &getAssignmentMap(AssignmentKind Kind) const { in getAssignmentMap() 1175 AssignmentMap &getAssignmentMap(AssignmentKind Kind) { in getAssignmentMap() 1180 bool isVariableTracked(VariableID Var) const { in isVariableTracked() 1184 const Assignment &getAssignment(AssignmentKind Kind, VariableID Var) const { in getAssignment() [all …]
|
H A D | CFIFixup.cpp | 114 SmallVector<BlockFlags, 32> BlockInfo(NumBlocks, {false, false, false, false}); runOnMachineFunction() local
|
H A D | StackColoring.cpp | 541 const BlockLifetimeInfo &BlockInfo = BI->second; in dumpBB() local 729 BlockLifetimeInfo &BlockInfo = BlockLiveness[MBB]; in collectMarkers() local 788 BlockLifetimeInfo &BlockInfo = BI->second; in calculateLocalLiveness() local
|
H A D | BranchRelaxation.cpp | 80 SmallVector<BasicBlockInfo, 16> BlockInfo; global() member in __anon6cb7e2b90111::BranchRelaxation [all...] |
/freebsd/contrib/llvm-project/compiler-rt/lib/scudo/standalone/ |
H A D | common.h | 201 struct BlockInfo { struct 202 uptr BlockBegin; 203 uptr BlockSize; 204 uptr RegionBegin; 205 uptr RegionEnd;
|
/freebsd/contrib/llvm-project/llvm/include/llvm/Bitstream/ |
H A D | BitstreamReader.h | 41 struct BlockInfo { struct 49 std::vector<BlockInfo> BlockInfoRecords; argument 376 BitstreamBlockInfo *BlockInfo = nullptr; global() variable [all...] |
H A D | BitstreamWriter.h | 82 struct BlockInfo { struct 86 std::vector<BlockInfo> BlockInfoRecords; argument
|
/freebsd/contrib/llvm-project/clang/include/clang/Analysis/Analyses/ |
H A D | ThreadSafetyCommon.h | 453 struct BlockInfo { struct 463 BlockInfo() = default; argument 465 BlockInfo &operator=(BlockInfo &&) = default; argument
|
H A D | Consumed.h | 244 ConsumedBlockInfo BlockInfo; variable
|
/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/ |
H A D | GCNPreRALongBranchReg.cpp | 74 MachineFunction &MF, SmallVectorImpl<BasicBlockInfo> &BlockInfo) { in generateBlockInfo() 121 SmallVector<BasicBlockInfo, 16> BlockInfo; in runOnMachineFunction() local
|
H A 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;
|
H A D | SIModeRegister.cpp | 114 std::vector<std::unique_ptr<BlockData>> BlockInfo; member in __anon61d306190111::SIModeRegister
|
/freebsd/contrib/llvm-project/llvm/lib/Analysis/ |
H A 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
|
/freebsd/contrib/llvm-project/llvm/include/llvm/Remarks/ |
H A D | BitstreamRemarkParser.h | 33 BitstreamBlockInfo &BlockInfo; member 93 BitstreamBlockInfo BlockInfo; member
|
/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/ |
H A D | AArch64CompressJumpTables.cpp | 38 SmallVector<int, 8> BlockInfo; member in __anon6e68054a0111::AArch64CompressJumpTables
|
/freebsd/contrib/llvm-project/llvm/include/llvm/Bitcode/ |
H A D | BitcodeAnalyzer.h | 54 BitstreamBlockInfo BlockInfo; variable
|
/freebsd/contrib/llvm-project/clang/lib/Frontend/ |
H A D | SerializedDiagnosticReader.cpp | 38 std::optional<llvm::BitstreamBlockInfo> BlockInfo; in readDiagnostics() local
|
/freebsd/contrib/llvm-project/llvm/lib/ExecutionEngine/Orc/ |
H A D | ObjectLinkingLayer.cpp | 602 struct BlockInfo { in computeBlockNonLocalDeps() struct 603 DenseSet<Block *> Dependencies; in computeBlockNonLocalDeps() 604 DenseSet<Block *> Dependants; in computeBlockNonLocalDeps() 605 bool DependenciesChanged = true; in computeBlockNonLocalDeps()
|
/freebsd/contrib/llvm-project/llvm/lib/Bitcode/Reader/ |
H A D | BitcodeAnalyzer.cpp | 26 GetBlockName(unsigned BlockID, const BitstreamBlockInfo &BlockInfo, in GetBlockName() 90 const BitstreamBlockInfo &BlockInfo, in GetCodeName()
|
/freebsd/contrib/llvm-project/llvm/tools/bugpoint/ |
H A D | CrashDebugger.cpp | 514 std::vector<std::pair<std::string, std::string>> BlockInfo; in TestBlocks() local 615 std::vector<std::pair<std::string, std::string>> BlockInfo; in TestBlocks() local 699 std::vector<std::pair<std::string, std::string>> BlockInfo; in TestBlocks() local
|
/freebsd/contrib/llvm-project/llvm/lib/Target/RISCV/ |
H A D | RISCVInsertWriteVXRM.cpp | 168 std::vector<BlockData> BlockInfo; member in __anon24c885d00111::RISCVInsertWriteVXRM
|
/freebsd/contrib/llvm-project/llvm/lib/Remarks/ |
H A D | BitstreamRemarkParser.cpp | 39 BitstreamCursor &Stream, BitstreamBlockInfo &BlockInfo) in BitstreamMetaParserHelper()
|
/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/ |
H A D | MachineTraceMetrics.h | 335 SmallVector<TraceBlockInfo, 4> BlockInfo; variable
|
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Scalar/ |
H A D | ADCE.cpp | 130 MapVector<BasicBlock *, BlockInfoType> BlockInfo; member in __anonf15092a00111::AggressiveDeadCodeElimination
|