Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Analysis/
H A DInstructionPrecedenceTracking.cpp54 if (isSpecialInstruction(&I)) { in getFirstSpecialInstruction()
83 if (isSpecialInstruction(&Insn)) { in validate()
103 if (isSpecialInstruction(Inst)) in insertInstructionTo()
130 bool ImplicitControlFlowTracking::isSpecialInstruction( in isSpecialInstruction() function in ImplicitControlFlowTracking
140 bool MemoryWriteTracking::isSpecialInstruction( in isSpecialInstruction() function in MemoryWriteTracking
/freebsd/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DInstructionPrecedenceTracking.h67 virtual bool isSpecialInstruction(const Instruction *Insn) const = 0;
118 bool isSpecialInstruction(const Instruction *Insn) const override;
141 bool isSpecialInstruction(const Instruction *Insn) const override;