Home
last modified time | relevance | path

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

/external/swiftshader/third_party/LLVM/include/llvm/Analysis/
DProfileInfo.h225 bool EstimateMissingEdges(const BType *BB);
/external/swiftshader/third_party/LLVM/lib/Analysis/
DProfileInfo.cpp582 bool ProfileInfoT<Function,BasicBlock>::EstimateMissingEdges(const BasicBlock *BB) { in EstimateMissingEdges() function in llvm::ProfileInfoT
761 if(EstimateMissingEdges(BB)) { in repair()