Home
last modified time | relevance | path

Searched refs:isSpecialInstruction (Results 1 – 2 of 2) sorted by relevance

/openbsd/src/gnu/llvm/llvm/lib/Analysis/
DInstructionPrecedenceTracking.cpp73 if (isSpecialInstruction(&I)) { in fill()
91 if (isSpecialInstruction(&Insn)) { in validate()
111 if (isSpecialInstruction(Inst)) in insertInstructionTo()
137 bool ImplicitControlFlowTracking::isSpecialInstruction( in isSpecialInstruction() function in ImplicitControlFlowTracking
147 bool MemoryWriteTracking::isSpecialInstruction( in isSpecialInstruction() function in MemoryWriteTracking
/openbsd/src/gnu/llvm/llvm/include/llvm/Analysis/
DInstructionPrecedenceTracking.h69 virtual bool isSpecialInstruction(const Instruction *Insn) const = 0;
118 bool isSpecialInstruction(const Instruction *Insn) const override;
141 bool isSpecialInstruction(const Instruction *Insn) const override;