HomeSort by: relevance | last modified time | path
    Searched defs:instructionSafeForVersioning (Results 1 - 2 of 2) sorted by relevancy

  /src/external/apache2/llvm/dist/llvm/lib/Transforms/Scalar/
LoopVersioningLICM.cpp 222 bool instructionSafeForVersioning(Instruction *I);
343 bool LoopVersioningLICM::instructionSafeForVersioning(Instruction *I) {
409 if (!instructionSafeForVersioning(&Inst)) {
LoopVersioningLICM.cpp 222 bool instructionSafeForVersioning(Instruction *I);
343 bool LoopVersioningLICM::instructionSafeForVersioning(Instruction *I) {
409 if (!instructionSafeForVersioning(&Inst)) {

Completed in 72 milliseconds