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

  /external/llvm/include/llvm/Analysis/
Passes.h 120 // createProfileEstimatorPass - This pass estimates profiling information
123 FunctionPass *createProfileEstimatorPass();
  /external/llvm/include/llvm/
LinkAllPasses.h 112 (void) llvm::createProfileEstimatorPass();
  /external/llvm/lib/Analysis/
ProfileEstimatorPass.cpp 85 FunctionPass *createProfileEstimatorPass() {
89 /// createProfileEstimatorPass - This function returns a Pass that estimates
91 Pass *createProfileEstimatorPass(const unsigned execcount) {

Completed in 49 milliseconds