Home
last modified time | relevance | path

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

/external/llvm/include/llvm/Analysis/
DScalarEvolutionExpander.h203 Value *expandCodeForPredicate(const SCEVPredicate *Pred, Instruction *Loc);
/external/llvm/lib/Transforms/Utils/
DLoopVersioning.cpp71 Exp.expandCodeForPredicate(&Pred, RuntimeCheckBB->getTerminator()); in versionLoop()
/external/llvm/lib/Analysis/
DScalarEvolutionExpander.cpp2006 Value *SCEVExpander::expandCodeForPredicate(const SCEVPredicate *Pred, in expandCodeForPredicate() function in SCEVExpander
2149 auto *NextCheck = expandCodeForPredicate(Pred, IP); in expandUnionPredicate()
/external/llvm/lib/Transforms/Vectorize/
DLoopVectorize.cpp2890 Exp.expandCodeForPredicate(&PSE.getUnionPredicate(), BB->getTerminator()); in emitSCEVChecks()