HomeSort by: relevance | last modified time | path
    Searched defs:isLoopInvariant (Results 1 - 6 of 6) sorted by relevancy

  /src/external/apache2/llvm/dist/llvm/lib/Analysis/
LoopInfo.cpp 64 bool Loop::isLoopInvariant(const Value *V) const {
71 return all_of(I->operands(), [this](Value *V) { return isLoopInvariant(V); });
85 if (isLoopInvariant(I))
363 return SE.isLoopInvariant(IndDesc.getStep(), this);
LoopInfo.cpp 64 bool Loop::isLoopInvariant(const Value *V) const {
71 return all_of(I->operands(), [this](Value *V) { return isLoopInvariant(V); });
85 if (isLoopInvariant(I))
363 return SE.isLoopInvariant(IndDesc.getStep(), this);
DependenceAnalysis.cpp 791 bool DependenceInfo::isLoopInvariant(const SCEV *Expression,
795 return SE->isLoopInvariant(Expression, LoopNest) &&
796 isLoopInvariant(Expression, LoopNest->getParentLoop());
808 if (Level <= CommonLevels && !SE->isLoopInvariant(Expression, LoopNest))
893 return isLoopInvariant(Expr, LoopNest);
904 if (!isLoopInvariant(Step, LoopNest))
3036 if (SE->isLoopInvariant(AddRec, TargetLoop))
DependenceAnalysis.cpp 791 bool DependenceInfo::isLoopInvariant(const SCEV *Expression,
795 return SE->isLoopInvariant(Expression, LoopNest) &&
796 isLoopInvariant(Expression, LoopNest->getParentLoop());
808 if (Level <= CommonLevels && !SE->isLoopInvariant(Expression, LoopNest))
893 return isLoopInvariant(Expr, LoopNest);
904 if (!isLoopInvariant(Step, LoopNest))
3036 if (SE->isLoopInvariant(AddRec, TargetLoop))
  /src/external/apache2/llvm/dist/llvm/lib/CodeGen/
MachineLoopInfo.cpp 152 bool MachineLoop::isLoopInvariant(MachineInstr &I) const {
MachineLoopInfo.cpp 152 bool MachineLoop::isLoopInvariant(MachineInstr &I) const {

Completed in 49 milliseconds