Searched defs:BlockInformation (Results 1 - 1 of 1) sorted by relevance

/external/llvm/include/llvm/Analysis/
H A DProfileInfo.h71 // BlockInformation - Count the number of times a block is executed.
72 std::map<const FType*, BlockCounts> BlockInformation; member in class:llvm::ProfileInfoT
191 typename std::map<const FType*, BlockCounts>::iterator bwi = BlockInformation.find(F);

Completed in 16 milliseconds