Home
last modified time | relevance | path

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

/netbsd/external/apache2/llvm/dist/llvm/lib/CodeGen/
H A DSplitKit.h122 struct BlockInfo { struct
130 /// isOneInstr - Returns true when this BlockInfo describes a single argument
151 SmallVector<BlockInfo, 8> UseBlocks; argument
H A 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
H A DBranchRelaxation.cpp80 SmallVector<BasicBlockInfo, 16> BlockInfo; member in __anon6022539a0111::BranchRelaxation
/netbsd/external/apache2/llvm/dist/llvm/include/llvm/Bitstream/
H A DBitstreamReader.h42 struct BlockInfo { struct
50 std::vector<BlockInfo> BlockInfoRecords; argument
358 BitstreamBlockInfo *BlockInfo = nullptr; variable
H A DBitstreamWriter.h70 struct BlockInfo { struct
74 std::vector<BlockInfo> BlockInfoRecords; argument
/netbsd/external/apache2/llvm/dist/clang/include/clang/Analysis/Analyses/
H A DThreadSafetyCommon.h435 struct BlockInfo { struct
445 BlockInfo() = default; argument
447 BlockInfo &operator=(BlockInfo &&) = default; argument
H A DConsumed.h241 ConsumedBlockInfo BlockInfo; variable
/netbsd/external/apache2/llvm/dist/llvm/lib/Analysis/
H A 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
/netbsd/external/apache2/llvm/dist/llvm/include/llvm/Remarks/
H A DBitstreamRemarkParser.h33 BitstreamBlockInfo &BlockInfo; member
93 BitstreamBlockInfo BlockInfo; member
/netbsd/external/apache2/llvm/dist/llvm/lib/Target/AMDGPU/
H A 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;
H A DSIInsertWaitcnts.cpp367 struct BlockInfo { struct in __anon4ff2d8d20111::SIInsertWaitcnts
368 MachineBasicBlock *MBB;
369 std::unique_ptr<WaitcntBrackets> Incoming;
370 bool Dirty = true;
372 explicit BlockInfo(MachineBasicBlock *MBB) : MBB(MBB) {} in BlockInfo() argument
H A DSIModeRegister.cpp113 std::vector<std::unique_ptr<BlockData>> BlockInfo; member in __anonf4dcff7a0111::SIModeRegister
/netbsd/external/apache2/llvm/dist/llvm/lib/Target/AArch64/
H A DAArch64CompressJumpTables.cpp38 SmallVector<int, 8> BlockInfo; member in __anon5a32182b0111::AArch64CompressJumpTables
/netbsd/external/apache2/llvm/dist/llvm/include/llvm/Bitcode/
H A DBitcodeAnalyzer.h51 BitstreamBlockInfo BlockInfo; variable
/netbsd/external/apache2/llvm/dist/clang/lib/Frontend/
H A DSerializedDiagnosticReader.cpp38 Optional<llvm::BitstreamBlockInfo> BlockInfo; in readDiagnostics() local
/netbsd/external/apache2/llvm/dist/llvm/lib/Bitcode/Reader/
H A DBitcodeAnalyzer.cpp25 const BitstreamBlockInfo &BlockInfo, in GetBlockName()
88 const BitstreamBlockInfo &BlockInfo, in GetCodeName()
H A DBitcodeReader.cpp425 BitstreamBlockInfo BlockInfo; member in __anon72781fa90311::BitcodeReaderBase
/netbsd/external/apache2/llvm/dist/llvm/tools/bugpoint/
H A 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
/netbsd/external/apache2/llvm/dist/llvm/include/llvm/CodeGen/
H A DMachineTraceMetrics.h324 SmallVector<TraceBlockInfo, 4> BlockInfo; variable
/netbsd/external/apache2/llvm/dist/llvm/lib/Remarks/
H A DBitstreamRemarkParser.cpp37 BitstreamCursor &Stream, BitstreamBlockInfo &BlockInfo) in BitstreamMetaParserHelper()
/netbsd/external/apache2/llvm/dist/llvm/lib/Transforms/Scalar/
H A DADCE.cpp126 MapVector<BasicBlock *, BlockInfoType> BlockInfo; member in __anon9ff757410111::AggressiveDeadCodeElimination
/netbsd/external/apache2/llvm/dist/clang/lib/Analysis/
H A DThreadSafety.cpp733 std::vector<CFGBlockInfo> &BlockInfo) { in traverseCFG()
817 std::vector<CFGBlockInfo> &BlockInfo) { in findBlockLocations()
1020 std::vector<CFGBlockInfo> BlockInfo; member in __anonb5799a520a11::ThreadSafetyAnalyzer
/netbsd/external/apache2/llvm/dist/llvm/lib/Target/ARM/
H A DThumb2SizeReduction.cpp232 SmallVector<MBBInfo, 8> BlockInfo; member in __anon0319f8900111::Thumb2SizeReduce
/netbsd/external/apache2/llvm/dist/clang/lib/CodeGen/
H A DCGBlocks.cpp122 static std::string getBlockDescriptorName(const CGBlockInfo &BlockInfo, in getBlockDescriptorName()
1678 const CGBlockInfo &BlockInfo, const LangOptions &LangOpts, in findBlockCapturedManagedEntities()
H A DCGOpenMPRuntime.cpp412 const CodeGen::CGBlockInfo *BlockInfo = nullptr; member in __anon873751dc0111::InlinedOpenMPRegionRAII