/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Transforms/Scalar/ |
H A D | LICM.cpp | 658 !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 D | LoopSink.cpp | 310 assert(L.hasLoopInvariantOperands(&I) && in sinkLoopInvariantInstructions()
|
H A D | LoopPredication.cpp | 573 if (LI->isUnordered() && L->hasLoopInvariantOperands(LI)) in isLoopInvariantValue()
|
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Scalar/ |
H A D | LICM.cpp | 596 !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 D | LoopSink.cpp | 301 assert(L.hasLoopInvariantOperands(I) && in sinkLoopInvariantInstructions()
|
H A D | LoopPredication.cpp | 554 if (LI->isUnordered() && L->hasLoopInvariantOperands(LI)) in isLoopInvariantValue()
|
H A D | IndVarSimplify.cpp | 856 if (!L->hasLoopInvariantOperands(I)) in canLoopBeDeleted()
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/include/llvm/Analysis/ |
D | LoopInfo.h | 70 bool hasLoopInvariantOperands(const Instruction *I) const;
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/include/llvm/Analysis/ |
D | LoopInfo.h | 70 bool hasLoopInvariantOperands(const Instruction *I) const;
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/include/llvm/Analysis/ |
D | LoopInfo.h | 70 bool hasLoopInvariantOperands(const Instruction *I) const;
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/include/llvm/Analysis/ |
D | LoopInfo.h | 70 bool hasLoopInvariantOperands(const Instruction *I) const;
|
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Utils/ |
H A D | LoopRotationUtils.cpp | 341 if (L->hasLoopInvariantOperands(Inst) && !Inst->mayReadFromMemory() && in rotateLoop()
|
/aosp_15_r20/external/llvm/lib/Transforms/Scalar/ |
H A D | LoopRotation.cpp | 295 if (L->hasLoopInvariantOperands(Inst) && !Inst->mayReadFromMemory() && in rotateLoop()
|
H A D | LICM.cpp | 390 if (CurLoop->hasLoopInvariantOperands(&I) && in hoistRegion()
|
H A D | IndVarSimplify.cpp | 776 if (!L->hasLoopInvariantOperands(I)) in canLoopBeDeleted()
|
/aosp_15_r20/external/llvm/lib/Analysis/ |
H A D | LoopInfo.cpp | 61 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 D | LoopRotationUtils.cpp | 428 if (L->hasLoopInvariantOperands(Inst) && !Inst->mayReadFromMemory() && in rotateLoop()
|
H A D | LoopUtils.cpp | 1230 if (!L->hasLoopInvariantOperands(I)) in canLoopBeDeleted()
|
/aosp_15_r20/external/llvm/include/llvm/Analysis/ |
H A D | LoopInfo.h | 363 bool hasLoopInvariantOperands(const Instruction *I) const;
|
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Analysis/ |
H A D | LoopInfo.h | 535 bool hasLoopInvariantOperands(const Instruction *I) const;
|
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/include/llvm/Analysis/ |
H A D | LoopInfo.h | 573 bool hasLoopInvariantOperands(const Instruction *I) const;
|
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/Analysis/ |
H A D | LoopInfo.cpp | 68 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 D | LoopInfo.cpp | 66 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 D | LoopVectorize.cpp | 4717 if (TheLoop->hasLoopInvariantOperands(&I)) in collectLoopUniforms()
|