Searched refs:setExecutionCount (Results 1 – 2 of 2) sorted by relevance
/external/swiftshader/third_party/LLVM/lib/Analysis/ |
D | ProfileInfo.cpp | 168 setExecutionCount(const BasicBlock *BB, double w) { in setExecutionCount() function in llvm::ProfileInfoT 176 setExecutionCount(const MachineBasicBlock *MBB, double w) { in setExecutionCount() function in llvm::ProfileInfoT 305 setExecutionCount(e.first, w+oldc); in divertFlow() 437 setExecutionCount(New, w); in splitBlock() 474 setExecutionCount(NewBB, newweight); in splitBlock() 614 setExecutionCount(BB,inWeight); in EstimateMissingEdges() 620 setExecutionCount(BB,0); in EstimateMissingEdges() 623 setExecutionCount(BB,outWeight); in EstimateMissingEdges() 717 setExecutionCount(e.first,ReturnWeight); in repair() 732 setExecutionCount(BB,getExecutionCount(BB)); in repair()
|
/external/swiftshader/third_party/LLVM/include/llvm/Analysis/ |
D | ProfileInfo.h | 109 void setExecutionCount(const BType *BB, double w);
|