Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/Transforms/Utils/
H A DLoopConstrainer.h84 parseLoopStructure(ScalarEvolution &, Loop &, bool, const char *&);
/freebsd-14.2/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DInductiveRangeCheckElimination.cpp1014 LoopStructure::parseLoopStructure(SE, *L, AllowUnsignedLatchCondition, in run()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DLoopConstrainer.cpp119 LoopStructure::parseLoopStructure(ScalarEvolution &SE, Loop &L, in parseLoopStructure() function in LoopStructure