Lines Matching refs:UseCalls
679 InterestingMemoryOperand &O, bool UseCalls,
684 Value *SizeArgument, bool UseCalls, uint32_t Exp);
692 Value *SizeArgument, bool UseCalls,
1389 Value *SizeArgument, bool UseCalls, in doInstrumentAddress() argument
1397 nullptr, UseCalls, Exp); in doInstrumentAddress()
1399 IsWrite, nullptr, UseCalls, Exp); in doInstrumentAddress()
1408 bool UseCalls, uint32_t Exp) { in instrumentMaskedLoadOrStore() argument
1437 UseCalls, Exp); in instrumentMaskedLoadOrStore()
1442 InterestingMemoryOperand &O, bool UseCalls, in instrumentMop() argument
1488 O.IsWrite, nullptr, UseCalls, Exp); in instrumentMop()
1491 Granularity, O.TypeSize, O.IsWrite, nullptr, UseCalls, in instrumentMop()
1568 Value *SizeArgument, bool UseCalls, in instrumentAddress() argument
1581 if (UseCalls && ClOptimizeCallbacks) { in instrumentAddress()
1592 if (UseCalls) { in instrumentAddress()
1647 bool IsWrite, Value *SizeArgument, bool UseCalls, uint32_t Exp) { in instrumentUnusualSizeOrAlignment() argument
1651 if (UseCalls) { in instrumentUnusualSizeOrAlignment()
2720 bool UseCalls = (ClInstrumentationWithCallsThreshold >= 0 && in instrumentFunction() local
2732 instrumentMop(ObjSizeVis, Operand, UseCalls, in instrumentFunction()