Home
last modified time | relevance | path

Searched refs:LoopVersioningLICM (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DLoopVersioningLICM.cpp113 struct LoopVersioningLICM { struct
118 LoopVersioningLICM(AliasAnalysis *AA, ScalarEvolution *SE, in LoopVersioningLICM() argument
176 bool LoopVersioningLICM::legalLoopStructure() { in legalLoopStructure()
227 bool LoopVersioningLICM::legalLoopMemoryAccesses() { in legalLoopMemoryAccesses()
305 bool LoopVersioningLICM::instructionSafeForVersioning(Instruction *I) { in instructionSafeForVersioning()
360 bool LoopVersioningLICM::legalLoopInstructions() { in legalLoopInstructions()
441 bool LoopVersioningLICM::isLoopAlreadyVisited() { in isLoopAlreadyVisited()
453 bool LoopVersioningLICM::isLegalForVersioning() { in isLegalForVersioning()
511 void LoopVersioningLICM::setNoAliasToLoop(Loop *VerLoop) { in setNoAliasToLoop()
541 bool LoopVersioningLICM::run(DominatorTree *DT) { in run()
[all …]
/freebsd/lib/clang/libllvm/
H A DMakefile1868 SRCS_MIN+= Transforms/Scalar/LoopVersioningLICM.cpp