Home
last modified time | relevance | path

Searched refs:hasLoopInvariantOperands (Results 1 – 24 of 24) sorted by relevance

/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Transforms/Scalar/
H A DLICM.cpp658 !CurLoop->hasLoopInvariantOperands(BI)) in registerPossiblyHoistableBranch()
713 if (!ControlFlowHoisting || !CurLoop->hasLoopInvariantOperands(PN)) in canHoistPHI()
913 if (CurLoop->hasLoopInvariantOperands(&I) && in hoistRegion()
962 CurLoop->hasLoopInvariantOperands(&I) && in hoistRegion()
H A DLoopSink.cpp310 assert(L.hasLoopInvariantOperands(&I) && in sinkLoopInvariantInstructions()
H A DLoopPredication.cpp573 if (LI->isUnordered() && L->hasLoopInvariantOperands(LI)) in isLoopInvariantValue()
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Scalar/
H A DLICM.cpp596 !CurLoop->hasLoopInvariantOperands(BI)) in registerPossiblyHoistableBranch()
651 if (!ControlFlowHoisting || !CurLoop->hasLoopInvariantOperands(PN)) in canHoistPHI()
854 if (CurLoop->hasLoopInvariantOperands(&I) && in hoistRegion()
904 CurLoop->hasLoopInvariantOperands(&I) && in hoistRegion()
H A DLoopSink.cpp301 assert(L.hasLoopInvariantOperands(I) && in sinkLoopInvariantInstructions()
H A DLoopPredication.cpp554 if (LI->isUnordered() && L->hasLoopInvariantOperands(LI)) in isLoopInvariantValue()
H A DIndVarSimplify.cpp856 if (!L->hasLoopInvariantOperands(I)) in canLoopBeDeleted()
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/include/llvm/Analysis/
DLoopInfo.h70 bool hasLoopInvariantOperands(const Instruction *I) const;
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/include/llvm/Analysis/
DLoopInfo.h70 bool hasLoopInvariantOperands(const Instruction *I) const;
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/include/llvm/Analysis/
DLoopInfo.h70 bool hasLoopInvariantOperands(const Instruction *I) const;
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/include/llvm/Analysis/
DLoopInfo.h70 bool hasLoopInvariantOperands(const Instruction *I) const;
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Utils/
H A DLoopRotationUtils.cpp341 if (L->hasLoopInvariantOperands(Inst) && !Inst->mayReadFromMemory() && in rotateLoop()
/aosp_15_r20/external/llvm/lib/Transforms/Scalar/
H A DLoopRotation.cpp295 if (L->hasLoopInvariantOperands(Inst) && !Inst->mayReadFromMemory() && in rotateLoop()
H A DLICM.cpp390 if (CurLoop->hasLoopInvariantOperands(&I) && in hoistRegion()
H A DIndVarSimplify.cpp776 if (!L->hasLoopInvariantOperands(I)) in canLoopBeDeleted()
/aosp_15_r20/external/llvm/lib/Analysis/
H A DLoopInfo.cpp61 bool Loop::hasLoopInvariantOperands(const Instruction *I) const { in hasLoopInvariantOperands() function in Loop
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Transforms/Utils/
H A DLoopRotationUtils.cpp428 if (L->hasLoopInvariantOperands(Inst) && !Inst->mayReadFromMemory() && in rotateLoop()
H A DLoopUtils.cpp1230 if (!L->hasLoopInvariantOperands(I)) in canLoopBeDeleted()
/aosp_15_r20/external/llvm/include/llvm/Analysis/
H A DLoopInfo.h363 bool hasLoopInvariantOperands(const Instruction *I) const;
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Analysis/
H A DLoopInfo.h535 bool hasLoopInvariantOperands(const Instruction *I) const;
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/include/llvm/Analysis/
H A DLoopInfo.h573 bool hasLoopInvariantOperands(const Instruction *I) const;
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/Analysis/
H A DLoopInfo.cpp68 bool Loop::hasLoopInvariantOperands(const Instruction *I) const { in hasLoopInvariantOperands() function in Loop
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Analysis/
H A DLoopInfo.cpp66 bool Loop::hasLoopInvariantOperands(const Instruction *I) const { in hasLoopInvariantOperands() function in Loop
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Transforms/Vectorize/
H A DLoopVectorize.cpp4717 if (TheLoop->hasLoopInvariantOperands(&I)) in collectLoopUniforms()