Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/Transforms/Scalar/
H A DLoopVersioningLICM.cpp200 bool instructionSafeForVersioning(Instruction *I);
330 bool LoopVersioningLICM::instructionSafeForVersioning(Instruction *I) { in instructionSafeForVersioning() function in LoopVersioningLICM
396 if (!instructionSafeForVersioning(&Inst)) { in legalLoopInstructions()