Home
last modified time | relevance | path

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

/src/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/
H A DBlockCoverageInference.cpp262 bool isInstrumented(const BasicBlock *BB) const { in isInstrumented() function in llvm::DotFuncBCIInfo
322 if (Info->isInstrumented(Node)) in getNodeAttributes()
H A DDataFlowSanitizer.cpp525 bool isInstrumented(const Function *F);
526 bool isInstrumented(const GlobalAlias *GA);
1237 bool DataFlowSanitizer::isInstrumented(const Function *F) { in isInstrumented() function in DataFlowSanitizer
1241 bool DataFlowSanitizer::isInstrumented(const GlobalAlias *GA) { in isInstrumented() function in DataFlowSanitizer
1560 if (!isInstrumented(F)) in runImpl()
1574 bool GAInst = isInstrumented(&GA), FInst = isInstrumented(F); in runImpl()
1604 if (isInstrumented(&F)) { in runImpl()