Searched refs:BasicBlockSectionsProfileReader (Results 1 – 6 of 6) sorted by relevance
26 char BasicBlockSectionsProfileReader::ID = 0;27 INITIALIZE_PASS(BasicBlockSectionsProfileReader, "bbsections-profile-reader",31 bool BasicBlockSectionsProfileReader::isFunctionHot(StringRef FuncName) const { in isFunctionHot()36 BasicBlockSectionsProfileReader::getBBClusterInfoForFunction( in getBBClusterInfoForFunction()134 void BasicBlockSectionsProfileReader::initializePass() { in initializePass()143 return new BasicBlockSectionsProfileReader(Buf); in createBasicBlockSectionsProfileReaderPass()
106 BasicBlockSectionsProfileReader *BBSectionsProfileReader = nullptr;169 BasicBlockSectionsProfileReader *BBSectionsProfileReader, in getBBClusterInfoForFunction()332 BBSectionsProfileReader = &getAnalysis<BasicBlockSectionsProfileReader>(); in runOnMachineFunction()386 AU.addRequired<BasicBlockSectionsProfileReader>(); in getAnalysisUsage()
35 BasicBlockSectionsProfileReader.cpp
284 const BasicBlockSectionsProfileReader *BBSectionsProfileReader = nullptr;360 AU.addUsedIfAvailable<BasicBlockSectionsProfileReader>(); in getAnalysisUsage()456 INITIALIZE_PASS_DEPENDENCY(BasicBlockSectionsProfileReader) in INITIALIZE_PASS_DEPENDENCY() argument489 getAnalysisIfAvailable<BasicBlockSectionsProfileReader>(); in runOnFunction()
45 class BasicBlockSectionsProfileReader : public ImmutablePass {49 BasicBlockSectionsProfileReader(const MemoryBuffer *Buf) in BasicBlockSectionsProfileReader() function55 BasicBlockSectionsProfileReader() : ImmutablePass(ID) { in BasicBlockSectionsProfileReader() function
25 "BasicBlockSectionsProfileReader.cpp",