Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DLoopVersioningLICM.cpp145 struct LoopVersioningLICM { struct
150 LoopVersioningLICM(AliasAnalysis *AA, ScalarEvolution *SE, in LoopVersioningLICM() function
172 AutoResetter(LoopVersioningLICM &LVLICM) : LVLICM(LVLICM) {} in AutoResetter()
176 LoopVersioningLICM &LVLICM;
228 bool LoopVersioningLICM::legalLoopStructure() { in legalLoopStructure()
279 bool LoopVersioningLICM::legalLoopMemoryAccesses() { in legalLoopMemoryAccesses()
343 bool LoopVersioningLICM::instructionSafeForVersioning(Instruction *I) { in instructionSafeForVersioning()
398 bool LoopVersioningLICM::legalLoopInstructions() { in legalLoopInstructions()
479 bool LoopVersioningLICM::isLoopAlreadyVisited() { in isLoopAlreadyVisited()
491 bool LoopVersioningLICM::isLegalForVersioning() { in isLegalForVersioning()
[all …]
/freebsd-13.1/lib/clang/libllvm/
H A DMakefile1602 SRCS_MIN+= Transforms/Scalar/LoopVersioningLICM.cpp