Home
last modified time | relevance | path

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

/external/swiftshader/third_party/LLVM/lib/Transforms/Instrumentation/
DPathProfiling.cpp263 class PathProfiler : public ModulePass { class
348 PathProfiler() : ModulePass(ID) { in PathProfiler() function in __anonb14103df0111::PathProfiler
363 char PathProfiler::ID = 0;
364 INITIALIZE_PASS(PathProfiler, "insert-path-profiling",
368 ModulePass *llvm::createPathProfilerPass() { return new PathProfiler(); } in createPathProfilerPass()
894 ConstantInt* PathProfiler::createIncrementConstant(long incr, in createIncrementConstant()
901 ConstantInt* PathProfiler::createIncrementConstant( in createIncrementConstant()
908 BasicBlock::iterator PathProfiler::getInsertionPoint(BasicBlock* block, Value* in getInsertionPoint()
931 void PathProfiler::preparePHI(BLInstrumentationNode* node) { in preparePHI()
954 void PathProfiler::pushValueIntoNode(BLInstrumentationNode* source, in pushValueIntoNode()
[all …]