Home
last modified time | relevance | path

Searched refs:expandCodeForPredicate (Results 1 – 4 of 4) sorted by relevance

/freebsd-14.2/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DLoopVersioning.cpp73 Exp.expandCodeForPredicate(&Preds, RuntimeCheckBB->getTerminator()); in versionLoop()
H A DScalarEvolutionExpander.cpp1959 Value *SCEVExpander::expandCodeForPredicate(const SCEVPredicate *Pred, in expandCodeForPredicate() function in SCEVExpander
2141 Checks.push_back(expandCodeForPredicate(Pred, IP)); in expandUnionPredicate()
/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/Transforms/Utils/
H A DScalarEvolutionExpander.h293 Value *expandCodeForPredicate(const SCEVPredicate *Pred, Instruction *Loc);
/freebsd-14.2/contrib/llvm-project/llvm/lib/Transforms/Vectorize/
H A DLoopVectorize.cpp1997 SCEVCheckCond = SCEVExp.expandCodeForPredicate( in Create()