Searched refs:PathProfiler (Results 1 – 1 of 1) sorted by relevance
263 class PathProfiler : public ModulePass { class348 PathProfiler() : ModulePass(ID) { in PathProfiler() function in __anonb14103df0111::PathProfiler363 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 …]