Searched refs:InstructionInfo (Results 1 - 2 of 2) sorted by relevance

/openbsd-current/gnu/llvm/llvm/lib/Transforms/Instrumentation/
H A DThreadSanitizer.cpp124 struct InstructionInfo { struct in struct:__anon3415::ThreadSanitizer
129 explicit InstructionInfo(Instruction *Inst) : Inst(Inst) {} function in struct:__anon3415::ThreadSanitizer::InstructionInfo
136 bool instrumentLoadOrStore(const InstructionInfo &II, const DataLayout &DL);
140 SmallVectorImpl<InstructionInfo> &All,
420 SmallVectorImpl<InstructionInfo> &All, const DataLayout &DL) {
443 WI.Flags |= InstructionInfo::kCompoundRW;
513 SmallVector<InstructionInfo, 8> AllLoadsAndStores;
589 bool ThreadSanitizer::instrumentLoadOrStore(const InstructionInfo &II,
634 ClCompoundReadBeforeWrite && (II.Flags & InstructionInfo::kCompoundRW);
/openbsd-current/gnu/llvm/llvm/lib/DebugInfo/LogicalView/Readers/
H A DLVBinaryReader.cpp226 MCInstrInfo *InstructionInfo(TheTarget->createMCInstrInfo());
227 if (!InstructionInfo)
230 MII.reset(InstructionInfo);

Completed in 304 milliseconds