Searched refs:hasSpecialInstructions (Results 1 – 4 of 4) sorted by relevance
58 bool hasSpecialInstructions(const BasicBlock *BB);105 return hasSpecialInstructions(BB); in hasICF()127 return hasSpecialInstructions(BB); in mayWriteToMemory()
61 bool hasSpecialInstructions(const BasicBlock *BB);111 return hasSpecialInstructions(BB); in hasICF()135 return hasSpecialInstructions(BB); in mayWriteToMemory()
53 bool InstructionPrecedenceTracking::hasSpecialInstructions( in hasSpecialInstructions() function in InstructionPrecedenceTracking