Home
last modified time | relevance | path

Searched defs:OtherUse (Results 1 – 4 of 4) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/SandboxIR/
H A DUse.cpp24 void Use::swap(Use &OtherUse) { in swap()
/freebsd/contrib/llvm-project/llvm/include/llvm/SandboxIR/
H A DTracker.h200 Use OtherUse; variable
203 UseSwap(const Use &ThisUse, const Use &OtherUse) in UseSwap()
/freebsd/contrib/llvm-project/llvm/lib/Target/SystemZ/
H A DSystemZTargetTransformInfo.cpp38 static bool isUsedAsMemCpySource(const Value *V, bool &OtherUse) { in isUsedAsMemCpySource()
88 bool OtherUse = false; in adjustInliningThreshold() local
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DLoopStrengthReduce.cpp3216 Instruction *OtherUse = dyn_cast<Instruction>(U); in ChainInstruction() local