Searched defs:BlockInfo (Results 1 – 7 of 7) sorted by relevance
66 struct BlockInfo { struct74 /// isOneInstr - Returns true when this BlockInfo describes a single argument95 SmallVector<BlockInfo, 8> UseBlocks; argument
263 SmallVector<TraceBlockInfo, 4> BlockInfo; variable
28 BlockInfo = 3, /* Block profiling information */ enumerator
34 struct BlockInfo { struct44 std::vector<BlockInfo> BlockInfoRecords; argument
57 struct BlockInfo { struct61 std::vector<BlockInfo> BlockInfoRecords; argument
315 std::vector<std::pair<std::string, std::string> > BlockInfo; in TestBlocks() local
1263 std::vector<CFGBlockInfo> &BlockInfo) { in traverseCFG()1350 std::vector<CFGBlockInfo> &BlockInfo) { in findBlockLocations()1399 std::vector<CFGBlockInfo> BlockInfo; member in __anon0809c9d90111::ThreadSafetyAnalyzer