Searched refs:isInstrumented (Results 1 – 2 of 2) sorted by relevance
262 bool isInstrumented(const BasicBlock *BB) const { in isInstrumented() function in llvm::DotFuncBCIInfo322 if (Info->isInstrumented(Node)) in getNodeAttributes()
525 bool isInstrumented(const Function *F);526 bool isInstrumented(const GlobalAlias *GA);1237 bool DataFlowSanitizer::isInstrumented(const Function *F) { in isInstrumented() function in DataFlowSanitizer1241 bool DataFlowSanitizer::isInstrumented(const GlobalAlias *GA) { in isInstrumented() function in DataFlowSanitizer1560 if (!isInstrumented(F)) in runImpl()1574 bool GAInst = isInstrumented(&GA), FInst = isInstrumented(F); in runImpl()1604 if (isInstrumented(&F)) { in runImpl()