Home
last modified time | relevance | path

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

/external/llvm/lib/CodeGen/
DSplitKit.h67 struct BlockInfo { struct
75 /// isOneInstr - Returns true when this BlockInfo describes a single argument
96 SmallVector<BlockInfo, 8> UseBlocks; argument
DStackColoring.cpp203 const BlockLifetimeInfo &BlockInfo = BI->second; in dump() local
241 BlockLifetimeInfo &BlockInfo = BlockLiveness[MBB]; in collectMarkers() local
307 BlockLifetimeInfo &BlockInfo = BI->second; in calculateLocalLiveness() local
/external/clang/include/clang/Analysis/Analyses/
DThreadSafetyCommon.h407 struct BlockInfo { struct
413 BlockInfo() in BlockInfo() argument
416 BlockInfo(BlockInfo &&RHS) in BlockInfo() function
434 void operator=(const BlockInfo &) = delete; argument
DConsumed.h235 ConsumedBlockInfo BlockInfo; variable
/external/llvm/include/llvm/Bitcode/
DBitstreamReader.h35 struct BlockInfo { struct
45 std::vector<BlockInfo> BlockInfoRecords; argument
DBitstreamWriter.h57 struct BlockInfo { struct
61 std::vector<BlockInfo> BlockInfoRecords; argument
/external/skia/src/core/
DSkLayerInfo.h21 BlockInfo() : fPicture(NULL), fPaint(NULL), fKey(NULL), fKeySize(0) {} in BlockInfo() function
/external/llvm/lib/Target/AArch64/
DAArch64BranchRelaxation.cpp78 SmallVector<BasicBlockInfo, 16> BlockInfo; member in __anon4e3d912e0111::AArch64BranchRelaxation
/external/llvm/include/llvm/CodeGen/
DMachineTraceMetrics.h302 SmallVector<TraceBlockInfo, 4> BlockInfo; variable
/external/llvm/tools/bugpoint/
DCrashDebugger.cpp313 std::vector<std::pair<std::string, std::string> > BlockInfo; in TestBlocks() local
/external/llvm/lib/Target/ARM/
DThumb2SizeReduction.cpp200 SmallVector<MBBInfo, 8> BlockInfo; member in __anondd847ef10111::Thumb2SizeReduce
/external/clang/lib/Analysis/
DThreadSafety.cpp686 std::vector<CFGBlockInfo> &BlockInfo) { in traverseCFG()
771 std::vector<CFGBlockInfo> &BlockInfo) { in findBlockLocations()
916 std::vector<CFGBlockInfo> BlockInfo; member in __anonf2d84fb30811::ThreadSafetyAnalyzer
/external/clang/lib/CodeGen/
DCodeGenFunction.h270 const CodeGen::CGBlockInfo *BlockInfo; variable
/external/mesa3d/src/gallium/drivers/radeon/
DAMDILCFGStructurizer.cpp283 typedef BlockInformation<InstrT> BlockInfo; typedef in llvmCFGStruct::CFGStructurizer