Lines Matching refs:UseCalls
693 InterestingMemoryOperand &O, bool UseCalls,
699 Value *SizeArgument, bool UseCalls, uint32_t Exp);
709 Value *SizeArgument, bool UseCalls,
716 Value *SizeArgument, bool UseCalls,
1515 Value *SizeArgument, bool UseCalls, in doInstrumentAddress() argument
1530 FixedSize, IsWrite, nullptr, UseCalls, in doInstrumentAddress()
1535 IsWrite, nullptr, UseCalls, Exp); in doInstrumentAddress()
1542 Value *SizeArgument, bool UseCalls, uint32_t Exp) { in instrumentMaskedLoadOrStore() argument
1599 ElemTypeSize, IsWrite, SizeArgument, UseCalls, Exp); in instrumentMaskedLoadOrStore()
1604 InterestingMemoryOperand &O, bool UseCalls, in instrumentMop() argument
1651 UseCalls, Exp); in instrumentMop()
1654 Granularity, O.TypeStoreSize, O.IsWrite, nullptr, UseCalls, in instrumentMop()
1755 Value *SizeArgument, bool UseCalls, in instrumentAddress() argument
1768 if (UseCalls && ClOptimizeCallbacks) { in instrumentAddress()
1779 if (UseCalls) { in instrumentAddress()
1844 bool IsWrite, Value *SizeArgument, bool UseCalls, uint32_t Exp) { in instrumentUnusualSizeOrAlignment() argument
1850 if (UseCalls) { in instrumentUnusualSizeOrAlignment()
2948 bool UseCalls = (InstrumentationWithCallsThreshold >= 0 && in instrumentFunction() local
2960 instrumentMop(ObjSizeVis, Operand, UseCalls, in instrumentFunction()