Searched refs:InstructionInfo (Results 1 – 2 of 2) sorted by relevance
125 struct InstructionInfo { struct130 explicit InstructionInfo(Instruction *Inst) : Inst(Inst) {} in InstructionInfo() argument137 bool instrumentLoadOrStore(const InstructionInfo &II, const DataLayout &DL);141 SmallVectorImpl<InstructionInfo> &All,446 SmallVectorImpl<InstructionInfo> &All, const DataLayout &DL) { in chooseInstructionsToInstrument()469 WI.Flags |= InstructionInfo::kCompoundRW; in chooseInstructionsToInstrument()537 SmallVector<InstructionInfo, 8> AllLoadsAndStores; in sanitizeFunction()611 bool ThreadSanitizer::instrumentLoadOrStore(const InstructionInfo &II, in instrumentLoadOrStore()655 ClCompoundReadBeforeWrite && (II.Flags & InstructionInfo::kCompoundRW); in instrumentLoadOrStore()
286 typedef struct InstructionInfo { struct291 } InstructionInfo; argument293 static const struct InstructionInfo InstructionInfoTable[]= {