Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DLoopVersioningLICM.cpp170 bool instructionSafeForVersioning(Instruction *I);
305 bool LoopVersioningLICM::instructionSafeForVersioning(Instruction *I) { in instructionSafeForVersioning() function in LoopVersioningLICM
371 if (!instructionSafeForVersioning(&Inst)) { in legalLoopInstructions()