Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Utils/
H A DLoopVersioning.cpp73 Exp.expandCodeForPredicate(&Preds, RuntimeCheckBB->getTerminator()); in versionLoop()
H A DScalarEvolutionExpander.cpp2454 Value *SCEVExpander::expandCodeForPredicate(const SCEVPredicate *Pred, in expandCodeForPredicate() function in SCEVExpander
2614 auto *NextCheck = expandCodeForPredicate(Pred, IP); in expandUnionPredicate()
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Transforms/Utils/
H A DScalarEvolutionExpander.h285 Value *expandCodeForPredicate(const SCEVPredicate *Pred, Instruction *Loc);
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Vectorize/
H A DLoopVectorize.cpp1945 SCEVCheckCond = SCEVExp.expandCodeForPredicate( in Create()