Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DInstructionPrecedenceTracking.h58 bool hasSpecialInstructions(const BasicBlock *BB);
110 return hasSpecialInstructions(BB); in hasICF()
132 return hasSpecialInstructions(BB); in mayWriteToMemory()
/freebsd/contrib/llvm-project/llvm/lib/Analysis/
H A DInstructionPrecedenceTracking.cpp57 bool InstructionPrecedenceTracking::hasSpecialInstructions( in hasSpecialInstructions() function in InstructionPrecedenceTracking