Home
last modified time | relevance | path

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

/external/llvm/lib/CodeGen/
DSplitKit.h66 struct BlockInfo { struct
74 /// isOneInstr - Returns true when this BlockInfo describes a single argument
95 SmallVector<BlockInfo, 8> UseBlocks; argument
DMachineTraceMetrics.h263 SmallVector<TraceBlockInfo, 4> BlockInfo; variable
/external/llvm/include/llvm/Analysis/
DProfileDataTypes.h28 BlockInfo = 3, /* Block profiling information */ enumerator
/external/llvm/include/llvm/Bitcode/
DBitstreamReader.h34 struct BlockInfo { struct
44 std::vector<BlockInfo> BlockInfoRecords; argument
DBitstreamWriter.h57 struct BlockInfo { struct
61 std::vector<BlockInfo> BlockInfoRecords; argument
/external/llvm/tools/bugpoint/
DCrashDebugger.cpp315 std::vector<std::pair<std::string, std::string> > BlockInfo; in TestBlocks() local
/external/clang/lib/Analysis/
DThreadSafety.cpp1263 std::vector<CFGBlockInfo> &BlockInfo) { in traverseCFG()
1350 std::vector<CFGBlockInfo> &BlockInfo) { in findBlockLocations()
1399 std::vector<CFGBlockInfo> BlockInfo; member in __anon0809c9d90111::ThreadSafetyAnalyzer