HomeSort by relevance Sort by last modified time
    Searched refs:InstCount (Results 1 - 5 of 5) sorted by null

  /external/llvm/lib/Analysis/
InstCount.cpp 1 //===-- InstCount.cpp - Collects the count of all instructions ------------===//
24 #define DEBUG_TYPE "instcount"
38 class InstCount : public FunctionPass, public InstVisitor<InstCount> {
39 friend class InstVisitor<InstCount>;
55 InstCount() : FunctionPass(ID) {
69 char InstCount::ID = 0;
70 INITIALIZE_PASS(InstCount, "instcount",
73 FunctionPass *llvm::createInstCountPass() { return new InstCount(); }
    [all...]
  /external/swiftshader/third_party/LLVM/lib/Analysis/
InstCount.cpp 1 //===-- InstCount.cpp - Collects the count of all instructions ------------===//
14 #define DEBUG_TYPE "instcount"
37 class InstCount : public FunctionPass, public InstVisitor<InstCount> {
38 friend class InstVisitor<InstCount>;
54 InstCount() : FunctionPass(ID) {
68 char InstCount::ID = 0;
69 INITIALIZE_PASS(InstCount, "instcount",
72 FunctionPass *llvm::createInstCountPass() { return new InstCount(); }
    [all...]
  /external/llvm/include/llvm/IR/
ModuleSummaryIndex.h 239 unsigned InstCount;
247 : GlobalValueSummary(FunctionKind, Flags), InstCount(NumInsts) {}
255 unsigned instCount() const { return InstCount; }
  /external/llvm/lib/CodeGen/
TargetInstrInfo.cpp 82 unsigned InstCount = 0;
95 ++InstCount;
100 return InstCount * MAI.getMaxInstLength();
    [all...]
  /external/llvm/lib/Bitcode/Reader/
BitcodeReader.cpp     [all...]

Completed in 222 milliseconds