Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Scalar/
H A DLoopVersioningLICM.cpp222 bool instructionSafeForVersioning(Instruction *I);
343 bool LoopVersioningLICM::instructionSafeForVersioning(Instruction *I) { in instructionSafeForVersioning() function in LoopVersioningLICM
409 if (!instructionSafeForVersioning(&Inst)) { in legalLoopInstructions()