Home
last modified time | relevance | path

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

/external/swiftshader/third_party/LLVM/lib/Transforms/Instrumentation/
DEdgeProfiling.cpp88 IncrementCounterInBlock(&F->getEntryBlock(), i++, Counters); in runOnModule()
104 IncrementCounterInBlock(BB, i++, Counters, false); in runOnModule()
107 IncrementCounterInBlock(TI->getSuccessor(s), i++, Counters); in runOnModule()
DOptimalEdgeProfiling.cpp153 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()
DProfilingUtils.h30 void IncrementCounterInBlock(BasicBlock *BB, unsigned CounterNum,
DProfilingUtils.cpp107 void llvm::IncrementCounterInBlock(BasicBlock *BB, unsigned CounterNum, in IncrementCounterInBlock() function in llvm