Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/SandboxIR/
H A DPass.h39 ScalarEvolution &getScalarEvolution() const { return *SE; } in getScalarEvolution() function
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Vectorize/SandboxVectorizer/Passes/
H A DSeedCollection.cpp53 SeedCollector SC(&BB, A.getScalarEvolution(), CollectStores, CollectLoads); in runOnFunction()
H A DBottomUpVec.cpp505 LegalityAnalysis Legality(A.getAA(), A.getScalarEvolution(), in runOnRegion()
/freebsd/contrib/llvm-project/llvm/include/llvm/Transforms/Vectorize/
H A DLoopVectorizationLegality.h466 ScalarEvolution *getScalarEvolution() const { return PSE.getSE(); } in getScalarEvolution() function
/freebsd/contrib/llvm-project/llvm/lib/Target/ARM/
H A DARMTargetTransformInfo.cpp2534 ScalarEvolution *SE = LVL->getScalarEvolution(); in preferPredicateOverEpilogue()