Searched refs:FunctionGateCmp (Results 1 – 1 of 1) sorted by relevance
| /freebsd/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/ |
| H A D | SanitizerCoverage.cpp | 252 Value *&FunctionGateCmp); 261 Value *&FunctionGateCmp); 263 Value *&FunctionGateCmp, bool IsLeafFunc); 269 Instruction *CreateGateBranch(Function &F, Value *&FunctionGateCmp, 273 Value *&FunctionGateCmp, bool IsLeafFunc); 735 Value *FunctionGateCmp = nullptr; in instrumentFunction() local 736 InjectCoverage(F, BlocksToInstrument, FunctionGateCmp, IsLeafFunc); in instrumentFunction() 738 InjectTraceForCmp(F, CmpTraceTargets, FunctionGateCmp); in instrumentFunction() 739 InjectTraceForSwitch(F, SwitchTraceTargets, FunctionGateCmp); in instrumentFunction() 829 Value *&FunctionGateCmp, in CreateGateBranch() argument [all …]
|