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

  /external/llvm/lib/Transforms/Scalar/
LoopInstSimplify.cpp 121 if (V && LI->replacementPreservesLCSSAForm(I, V)) {
LoopRotation.cpp 314 if (V && LI->replacementPreservesLCSSAForm(C, V)) {
LoopUnswitch.cpp     [all...]
IndVarSimplify.cpp 650 LI->replacementPreservesLCSSAForm(PN, ExitVal)) {
    [all...]
  /external/swiftshader/third_party/LLVM/lib/Transforms/Scalar/
LoopInstSimplify.cpp 108 if (V && LI->replacementPreservesLCSSAForm(I, V)) {
LoopRotation.cpp 255 if (V && LI->replacementPreservesLCSSAForm(C, V)) {
LoopUnswitch.cpp     [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Scalar/
LoopInstSimplify.cpp 100 if (!V || !LI.replacementPreservesLCSSAForm(&I, V))
LoopUnswitch.cpp     [all...]
IndVarSimplify.cpp 697 LI->replacementPreservesLCSSAForm(PN, ExitVal)) {
    [all...]
  /external/swiftshader/third_party/LLVM/lib/Transforms/Utils/
LoopUnroll.cpp 412 if (LI->replacementPreservesLCSSAForm(Inst, V)) {
  /external/llvm/include/llvm/Analysis/
LoopInfo.h 656 bool replacementPreservesLCSSAForm(Instruction *From, Value *To) {
  /external/llvm/lib/Transforms/Utils/
LoopUnroll.cpp 632 if (LI->replacementPreservesLCSSAForm(Inst, V))
SimplifyIndVar.cpp 477 if (!LI->replacementPreservesLCSSAForm(UseInst, IVOperand))
  /external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/Analysis/
LoopInfo.h 826 bool replacementPreservesLCSSAForm(Instruction *From, Value *To) {
    [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Utils/
LoopRotationUtils.cpp 352 if (V && LI->replacementPreservesLCSSAForm(C, V)) {
LoopSimplify.cpp 574 if (!PreserveLCSSA || LI->replacementPreservesLCSSAForm(PN, V)) {
    [all...]
LoopUnroll.cpp 284 if (LI->replacementPreservesLCSSAForm(Inst, V))
    [all...]
SimplifyIndVar.cpp 708 if (!LI->replacementPreservesLCSSAForm(UseInst, IVOperand))
    [all...]
  /external/swiftshader/third_party/LLVM/include/llvm/Analysis/
LoopInfo.h     [all...]
  /external/llvm/lib/Analysis/
ScalarEvolutionExpander.cpp     [all...]
ScalarEvolution.cpp     [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Analysis/
ScalarEvolutionExpander.cpp     [all...]
ScalarEvolution.cpp     [all...]
  /external/swiftshader/third_party/LLVM/lib/Analysis/
ScalarEvolution.cpp     [all...]

Completed in 447 milliseconds