Searched refs:IsLeafFunc (Results 1 - 1 of 1) sorted by relevance

/freebsd-13-stable/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/
H A DSanitizerCoverage.cpp223 bool IsLeafFunc = true);
230 bool IsLeafFunc = true);
651 bool IsLeafFunc = true; local
680 IsLeafFunc = false;
684 InjectCoverage(F, BlocksToInstrument, IsLeafFunc);
760 bool IsLeafFunc) {
764 InjectCoverageAtBlock(F, *AllBlocks[i], i, IsLeafFunc);
900 bool IsLeafFunc) {
950 if (Options.StackDepth && IsEntryBB && !IsLeafFunc) {
758 InjectCoverage(Function &F, ArrayRef<BasicBlock *> AllBlocks, bool IsLeafFunc) argument
898 InjectCoverageAtBlock(Function &F, BasicBlock &BB, size_t Idx, bool IsLeafFunc) argument

Completed in 164 milliseconds