Home
last modified time | relevance | path

Searched refs:ProfileEstimatorPassID (Results 1 – 3 of 3) sorted by relevance

/external/swiftshader/third_party/LLVM/include/llvm/Analysis/
DPasses.h116 extern char &ProfileEstimatorPassID;
/external/swiftshader/third_party/LLVM/lib/Transforms/Instrumentation/
DOptimalEdgeProfiling.cpp44 AU.addRequiredID(ProfileEstimatorPassID); in getAnalysisUsage()
/external/swiftshader/third_party/LLVM/lib/Analysis/
DProfileEstimatorPass.cpp83 char &ProfileEstimatorPassID = ProfileEstimatorPass::ID; variable