Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/Transforms/IPO/
H A DSampleProfileProbe.h86 void findInvokeNormalDests(DenseSet<BasicBlock *> &InvokeNormalDests);
/freebsd/contrib/llvm-project/llvm/lib/Transforms/IPO/
H A DSampleProfileProbe.cpp211 findInvokeNormalDests(BlocksToIgnore); in computeBlocksToIgnore()
225 void SampleProfileProber::findInvokeNormalDests( in findInvokeNormalDests() function in SampleProfileProber