Searched refs:IncrementCounterInBlock (Results 1 – 4 of 4) sorted by relevance
/external/swiftshader/third_party/LLVM/lib/Transforms/Instrumentation/ |
D | EdgeProfiling.cpp | 88 IncrementCounterInBlock(&F->getEntryBlock(), i++, Counters); in runOnModule() 104 IncrementCounterInBlock(BB, i++, Counters, false); in runOnModule() 107 IncrementCounterInBlock(TI->getSuccessor(s), i++, Counters); in runOnModule()
|
D | OptimalEdgeProfiling.cpp | 153 IncrementCounterInBlock(entry, i, Counters); ++NumEdgesInserted; in runOnModule() 176 IncrementCounterInBlock(BB, i, Counters); ++NumEdgesInserted; in runOnModule() 199 IncrementCounterInBlock(BB, i, Counters); ++NumEdgesInserted; in runOnModule() 203 IncrementCounterInBlock(Succ, i, Counters); ++NumEdgesInserted; in runOnModule()
|
D | ProfilingUtils.h | 30 void IncrementCounterInBlock(BasicBlock *BB, unsigned CounterNum,
|
D | ProfilingUtils.cpp | 107 void llvm::IncrementCounterInBlock(BasicBlock *BB, unsigned CounterNum, in IncrementCounterInBlock() function in llvm
|