OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:setExecutionCount
(Results
1 - 2
of
2
) sorted by null
/external/llvm/lib/Analysis/
ProfileInfo.cpp
168
setExecutionCount
(const BasicBlock *BB, double w) {
176
setExecutionCount
(const MachineBasicBlock *MBB, double w) {
305
setExecutionCount
(e.first, w+oldc);
437
setExecutionCount
(New, w);
474
setExecutionCount
(NewBB, newweight);
614
setExecutionCount
(BB,inWeight);
620
setExecutionCount
(BB,0);
623
setExecutionCount
(BB,outWeight);
717
setExecutionCount
(e.first,ReturnWeight);
732
setExecutionCount
(BB,getExecutionCount(BB))
[
all
...]
/external/llvm/include/llvm/Analysis/
ProfileInfo.h
109
void
setExecutionCount
(const BType *BB, double w);
Completed in 49 milliseconds