Home
last modified time | relevance | path

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

/external/swiftshader/third_party/LLVM/include/llvm/Analysis/
DScalarEvolutionExpander.h112 static bool hoistStep(Instruction *IncV, Instruction *InsertPos,
/external/swiftshader/third_party/LLVM/lib/Analysis/
DScalarEvolutionExpander.cpp1495 bool SCEVExpander::hoistStep(Instruction *IncV, Instruction *InsertPos, in hoistStep() function in SCEVExpander
1563 hoistStep(OrigInc, IsomorphicInc, DT)) { in replaceCongruentIVs()
/external/swiftshader/third_party/LLVM/lib/Transforms/Scalar/
DIndVarSimplify.cpp1054 && SCEVExpander::hoistStep(WideInc, DU.NarrowUse, DT)) in WidenIVUse()