HomeSort by relevance Sort by last modified time
    Searched refs:MadeIRChange (Results 1 - 7 of 7) sorted by null

  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/AggressiveInstCombine/
TruncInstCombine.cpp 389 bool MadeIRChange = false;
413 MadeIRChange = true;
417 return MadeIRChange;
  /external/swiftshader/third_party/LLVM/lib/Transforms/InstCombine/
InstructionCombining.cpp     [all...]
InstCombine.h 74 bool MadeIRChange;
286 MadeIRChange = true;
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/InstCombine/
InstructionCombining.cpp     [all...]
InstCombineInternal.h 307 bool MadeIRChange = false;
630 MadeIRChange = true;
    [all...]
  /external/llvm/lib/Transforms/InstCombine/
InstCombineInternal.h 196 bool MadeIRChange;
205 DL(DL), LI(LI), MadeIRChange(false) {}
473 MadeIRChange = true;
InstructionCombining.cpp     [all...]

Completed in 588 milliseconds