Home
last modified time | relevance | path

Searched refs:setExecutionCount (Results 1 – 2 of 2) sorted by relevance

/external/swiftshader/third_party/LLVM/lib/Analysis/
DProfileInfo.cpp168 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/
DProfileInfo.h109 void setExecutionCount(const BType *BB, double w);