Home
last modified time | relevance | path

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

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