HomeSort by: relevance | last modified time | path
    Searched refs:IsIRLevelProfile (Results 1 - 2 of 2) sorted by relevancy

  /src/external/apache2/llvm/dist/llvm/include/llvm/ProfileData/
InstrProfReader.h 89 virtual bool isIRLevelProfile() const = 0;
162 bool IsIRLevelProfile = false;
177 bool isIRLevelProfile() const override { return IsIRLevelProfile; }
235 bool isIRLevelProfile() const override {
381 virtual bool isIRLevelProfile() const = 0;
424 bool isIRLevelProfile() const override {
485 bool isIRLevelProfile() const override { return Index->isIRLevelProfile(); }
  /src/external/apache2/llvm/dist/llvm/lib/ProfileData/
InstrProfReader.cpp 177 IsIRLevelProfile = IsIRInstr;
924 if (isIRLevelProfile()) {

Completed in 57 milliseconds