Lines Matching refs:UseCalls
761 InterestingMemoryOperand &O, bool UseCalls,
768 Value *SizeArgument, bool UseCalls, uint32_t Exp,
779 Value *SizeArgument, bool UseCalls,
787 Value *SizeArgument, bool UseCalls,
1595 Value *SizeArgument, bool UseCalls, in doInstrumentAddress() argument
1610 FixedSize, IsWrite, nullptr, UseCalls, in doInstrumentAddress()
1615 IsWrite, nullptr, UseCalls, Exp, RTCI); in doInstrumentAddress()
1622 Value *SizeArgument, bool UseCalls, uint32_t Exp, in instrumentMaskedLoadOrStore() argument
1680 SizeArgument, UseCalls, Exp, RTCI); in instrumentMaskedLoadOrStore()
1685 InterestingMemoryOperand &O, bool UseCalls, in instrumentMop() argument
1733 UseCalls, Exp, RTCI); in instrumentMop()
1737 UseCalls, Exp, RTCI); in instrumentMop()
1838 Value *SizeArgument, bool UseCalls, in instrumentAddress() argument
1852 if (UseCalls && ClOptimizeCallbacks) { in instrumentAddress()
1863 if (UseCalls) { in instrumentAddress()
1929 TypeSize TypeStoreSize, bool IsWrite, Value *SizeArgument, bool UseCalls, in instrumentUnusualSizeOrAlignment() argument
1936 if (UseCalls) { in instrumentUnusualSizeOrAlignment()
3044 bool UseCalls = (InstrumentationWithCallsThreshold >= 0 && in instrumentFunction() local
3056 instrumentMop(ObjSizeVis, Operand, UseCalls, in instrumentFunction()