Home
last modified time | relevance | path

Searched refs:hasValueHandle (Results 1 – 4 of 4) sorted by relevance

/freebsd-13.1/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DSSAUpdaterBulk.cpp183 if (OldVal != V && OldVal->hasValueHandle()) in RewriteAllUses()
/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/IR/
H A DValue.h551 bool hasValueHandle() const { return HasValueHandle; } in hasValueHandle() function
/freebsd-13.1/contrib/llvm-project/llvm/lib/Analysis/
H A DMemorySSAUpdater.cpp1336 if (MA->hasValueHandle()) in removeMemoryAccess()
/freebsd-13.1/contrib/llvm-project/llvm/lib/Transforms/InstCombine/
H A DInstCombineCalls.cpp2828 else if (Caller->hasValueHandle()) { in transformConstExprCastCall()