Home
last modified time | relevance | path

Searched refs:OtherUse (Results 1 – 20 of 20) sorted by relevance

/dports/lang/rust/rustc-1.58.1-src/compiler/rustc_borrowck/src/diagnostics/
H A Dmod.rs570 OtherUse(Span), enumerator
601 | UseSpans::OtherUse(span) => span, in args_or_use()
614 | UseSpans::OtherUse(span) => span, in var_or_use_path_span()
627 | UseSpans::OtherUse(span) => span, in var_or_use()
721 UseSpans::PatUse(_) | UseSpans::OtherUse(_) => if_other(), in or_else()
871 OtherUse(stmt.source_info.span) in move_spans()
997 return OtherUse(use_span); in borrow_spans()
1000 _ => return OtherUse(use_span), in borrow_spans()
1005 return OtherUse(use_span); in borrow_spans()
1027 return OtherUse(use_span); in borrow_spans()
[all …]
H A Dexplain_borrow.rs568 | UseSpans::OtherUse(span) in later_use_kind()
/dports/security/clamav-lts/clamav-0.103.5/libclamav/c++/llvm/lib/CodeGen/
H A DTwoAddressInstructionPass.cpp296 bool OtherUse = false; in isProfitableToReMat() local
306 OtherUse = true; in isProfitableToReMat()
315 if (OtherUse) in isProfitableToReMat()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/llvm/llvm/lib/Transforms/Scalar/
H A DLoopStrengthReduce.cpp3001 Instruction *OtherUse = dyn_cast<Instruction>(U); in ChainInstruction() local
3002 if (!OtherUse) in ChainInstruction()
3009 if (IncIter->UserInst == OtherUse) in ChainInstruction()
3015 if (SE.isSCEVable(OtherUse->getType()) in ChainInstruction()
3016 && !isa<SCEVUnknown>(SE.getSCEV(OtherUse)) in ChainInstruction()
3017 && IU.isIVUserOrOperand(OtherUse)) { in ChainInstruction()
3020 NearUsers.insert(OtherUse); in ChainInstruction()
/dports/devel/llvm-cheri/llvm-project-37c49ff00e3eadce5d8703fdc4497f28458c64a8/llvm/lib/Transforms/Scalar/
H A DLoopStrengthReduce.cpp2989 Instruction *OtherUse = dyn_cast<Instruction>(U); in ChainInstruction() local
2990 if (!OtherUse) in ChainInstruction()
2997 if (IncIter->UserInst == OtherUse) in ChainInstruction()
3003 if (SE.isSCEVable(OtherUse->getType()) in ChainInstruction()
3004 && !isa<SCEVUnknown>(SE.getSCEV(OtherUse)) in ChainInstruction()
3005 && IU.isIVUserOrOperand(OtherUse)) { in ChainInstruction()
3008 NearUsers.insert(OtherUse); in ChainInstruction()
/dports/devel/llvm10/llvm-10.0.1.src/lib/Transforms/Scalar/
H A DLoopStrengthReduce.cpp2989 Instruction *OtherUse = dyn_cast<Instruction>(U); in ChainInstruction() local
2990 if (!OtherUse) in ChainInstruction()
2997 if (IncIter->UserInst == OtherUse) in ChainInstruction()
3003 if (SE.isSCEVable(OtherUse->getType()) in ChainInstruction()
3004 && !isa<SCEVUnknown>(SE.getSCEV(OtherUse)) in ChainInstruction()
3005 && IU.isIVUserOrOperand(OtherUse)) { in ChainInstruction()
3008 NearUsers.insert(OtherUse); in ChainInstruction()
/dports/devel/llvm12/llvm-project-12.0.1.src/llvm/lib/Transforms/Scalar/
H A DLoopStrengthReduce.cpp2990 Instruction *OtherUse = dyn_cast<Instruction>(U); in ChainInstruction() local
2991 if (!OtherUse) in ChainInstruction()
2998 if (IncIter->UserInst == OtherUse) in ChainInstruction()
3004 if (SE.isSCEVable(OtherUse->getType()) in ChainInstruction()
3005 && !isa<SCEVUnknown>(SE.getSCEV(OtherUse)) in ChainInstruction()
3006 && IU.isIVUserOrOperand(OtherUse)) { in ChainInstruction()
3009 NearUsers.insert(OtherUse); in ChainInstruction()
/dports/devel/llvm11/llvm-11.0.1.src/lib/Transforms/Scalar/
H A DLoopStrengthReduce.cpp2989 Instruction *OtherUse = dyn_cast<Instruction>(U); in ChainInstruction() local
2990 if (!OtherUse) in ChainInstruction()
2997 if (IncIter->UserInst == OtherUse) in ChainInstruction()
3003 if (SE.isSCEVable(OtherUse->getType()) in ChainInstruction()
3004 && !isa<SCEVUnknown>(SE.getSCEV(OtherUse)) in ChainInstruction()
3005 && IU.isIVUserOrOperand(OtherUse)) { in ChainInstruction()
3008 NearUsers.insert(OtherUse); in ChainInstruction()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Scalar/
H A DLoopStrengthReduce.cpp2989 Instruction *OtherUse = dyn_cast<Instruction>(U); in ChainInstruction() local
2990 if (!OtherUse) in ChainInstruction()
2997 if (IncIter->UserInst == OtherUse) in ChainInstruction()
3003 if (SE.isSCEVable(OtherUse->getType()) in ChainInstruction()
3004 && !isa<SCEVUnknown>(SE.getSCEV(OtherUse)) in ChainInstruction()
3005 && IU.isIVUserOrOperand(OtherUse)) { in ChainInstruction()
3008 NearUsers.insert(OtherUse); in ChainInstruction()
/dports/devel/tinygo/tinygo-0.14.1/llvm-project/llvm/lib/Transforms/Scalar/
H A DLoopStrengthReduce.cpp2989 Instruction *OtherUse = dyn_cast<Instruction>(U); in ChainInstruction() local
2990 if (!OtherUse) in ChainInstruction()
2997 if (IncIter->UserInst == OtherUse) in ChainInstruction()
3003 if (SE.isSCEVable(OtherUse->getType()) in ChainInstruction()
3004 && !isa<SCEVUnknown>(SE.getSCEV(OtherUse)) in ChainInstruction()
3005 && IU.isIVUserOrOperand(OtherUse)) { in ChainInstruction()
3008 NearUsers.insert(OtherUse); in ChainInstruction()
/dports/devel/wasi-compiler-rt12/llvm-project-12.0.1.src/llvm/lib/Transforms/Scalar/
H A DLoopStrengthReduce.cpp2990 Instruction *OtherUse = dyn_cast<Instruction>(U); in ChainInstruction() local
2991 if (!OtherUse) in ChainInstruction()
2998 if (IncIter->UserInst == OtherUse) in ChainInstruction()
3004 if (SE.isSCEVable(OtherUse->getType()) in ChainInstruction()
3005 && !isa<SCEVUnknown>(SE.getSCEV(OtherUse)) in ChainInstruction()
3006 && IU.isIVUserOrOperand(OtherUse)) { in ChainInstruction()
3009 NearUsers.insert(OtherUse); in ChainInstruction()
/dports/devel/llvm90/llvm-9.0.1.src/lib/Transforms/Scalar/
H A DLoopStrengthReduce.cpp2986 Instruction *OtherUse = dyn_cast<Instruction>(U); in ChainInstruction() local
2987 if (!OtherUse) in ChainInstruction()
2994 if (IncIter->UserInst == OtherUse) in ChainInstruction()
3000 if (SE.isSCEVable(OtherUse->getType()) in ChainInstruction()
3001 && !isa<SCEVUnknown>(SE.getSCEV(OtherUse)) in ChainInstruction()
3002 && IU.isIVUserOrOperand(OtherUse)) { in ChainInstruction()
3005 NearUsers.insert(OtherUse); in ChainInstruction()
/dports/devel/llvm80/llvm-8.0.1.src/lib/Transforms/Scalar/
H A DLoopStrengthReduce.cpp2961 Instruction *OtherUse = dyn_cast<Instruction>(U);
2962 if (!OtherUse)
2969 if (IncIter->UserInst == OtherUse)
2975 if (SE.isSCEVable(OtherUse->getType())
2976 && !isa<SCEVUnknown>(SE.getSCEV(OtherUse))
2977 && IU.isIVUserOrOperand(OtherUse)) {
2980 NearUsers.insert(OtherUse);
/dports/devel/llvm70/llvm-7.0.1.src/lib/Transforms/Scalar/
H A DLoopStrengthReduce.cpp2956 Instruction *OtherUse = dyn_cast<Instruction>(U);
2957 if (!OtherUse)
2964 if (IncIter->UserInst == OtherUse)
2970 if (SE.isSCEVable(OtherUse->getType())
2971 && !isa<SCEVUnknown>(SE.getSCEV(OtherUse))
2972 && IU.isIVUserOrOperand(OtherUse)) {
2975 NearUsers.insert(OtherUse);
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/llvm/lib/Transforms/Scalar/
H A DLoopStrengthReduce.cpp3033 Instruction *OtherUse = dyn_cast<Instruction>(U); in ChainInstruction() local
3034 if (!OtherUse) in ChainInstruction()
3041 if (IncIter->UserInst == OtherUse) in ChainInstruction()
3047 if (SE.isSCEVable(OtherUse->getType()) in ChainInstruction()
3048 && !isa<SCEVUnknown>(SE.getSCEV(OtherUse)) in ChainInstruction()
3049 && IU.isIVUserOrOperand(OtherUse)) { in ChainInstruction()
3052 NearUsers.insert(OtherUse); in ChainInstruction()
/dports/graphics/llvm-mesa/llvm-13.0.1.src/lib/Transforms/Scalar/
H A DLoopStrengthReduce.cpp3033 Instruction *OtherUse = dyn_cast<Instruction>(U); in ChainInstruction() local
3034 if (!OtherUse) in ChainInstruction()
3041 if (IncIter->UserInst == OtherUse) in ChainInstruction()
3047 if (SE.isSCEVable(OtherUse->getType()) in ChainInstruction()
3048 && !isa<SCEVUnknown>(SE.getSCEV(OtherUse)) in ChainInstruction()
3049 && IU.isIVUserOrOperand(OtherUse)) { in ChainInstruction()
3052 NearUsers.insert(OtherUse); in ChainInstruction()
/dports/lang/rust/rustc-1.58.1-src/src/llvm-project/llvm/lib/Transforms/Scalar/
H A DLoopStrengthReduce.cpp3033 Instruction *OtherUse = dyn_cast<Instruction>(U); in ChainInstruction() local
3034 if (!OtherUse) in ChainInstruction()
3041 if (IncIter->UserInst == OtherUse) in ChainInstruction()
3047 if (SE.isSCEVable(OtherUse->getType()) in ChainInstruction()
3048 && !isa<SCEVUnknown>(SE.getSCEV(OtherUse)) in ChainInstruction()
3049 && IU.isIVUserOrOperand(OtherUse)) { in ChainInstruction()
3052 NearUsers.insert(OtherUse); in ChainInstruction()
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/llvm/lib/Transforms/Scalar/
H A DLoopStrengthReduce.cpp3039 Instruction *OtherUse = dyn_cast<Instruction>(U); in ChainInstruction() local
3040 if (!OtherUse) in ChainInstruction()
3047 if (IncIter->UserInst == OtherUse) in ChainInstruction()
3053 if (SE.isSCEVable(OtherUse->getType()) in ChainInstruction()
3054 && !isa<SCEVUnknown>(SE.getSCEV(OtherUse)) in ChainInstruction()
3055 && IU.isIVUserOrOperand(OtherUse)) { in ChainInstruction()
3058 NearUsers.insert(OtherUse); in ChainInstruction()
/dports/devel/wasi-compiler-rt13/llvm-project-13.0.1.src/llvm/lib/Transforms/Scalar/
H A DLoopStrengthReduce.cpp3033 Instruction *OtherUse = dyn_cast<Instruction>(U); in ChainInstruction() local
3034 if (!OtherUse) in ChainInstruction()
3041 if (IncIter->UserInst == OtherUse) in ChainInstruction()
3047 if (SE.isSCEVable(OtherUse->getType()) in ChainInstruction()
3048 && !isa<SCEVUnknown>(SE.getSCEV(OtherUse)) in ChainInstruction()
3049 && IU.isIVUserOrOperand(OtherUse)) { in ChainInstruction()
3052 NearUsers.insert(OtherUse); in ChainInstruction()
/dports/devel/llvm13/llvm-project-13.0.1.src/llvm/lib/Transforms/Scalar/
H A DLoopStrengthReduce.cpp3033 Instruction *OtherUse = dyn_cast<Instruction>(U);
3034 if (!OtherUse)
3041 if (IncIter->UserInst == OtherUse)
3047 if (SE.isSCEVable(OtherUse->getType())
3048 && !isa<SCEVUnknown>(SE.getSCEV(OtherUse))
3049 && IU.isIVUserOrOperand(OtherUse)) {
3052 NearUsers.insert(OtherUse);