Home
last modified time | relevance | path

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

/freebsd-14-stable/contrib/llvm-project/llvm/lib/Target/WebAssembly/
HDWebAssemblyRefTypeMem2Local.cpp71 if (AI.hasValueHandle()) in visitAllocaInst()
/freebsd-14-stable/contrib/llvm-project/llvm/lib/Transforms/Utils/
HDSSAUpdaterBulk.cpp177 if (OldVal != V && OldVal->hasValueHandle()) in RewriteAllUses()
/freebsd-14-stable/contrib/llvm-project/llvm/include/llvm/IR/
HDValue.h554 bool hasValueHandle() const { return HasValueHandle; } in hasValueHandle() function
/freebsd-14-stable/contrib/llvm-project/llvm/lib/Analysis/
HDMemorySSAUpdater.cpp1311 if (MA->hasValueHandle()) in removeMemoryAccess()
/freebsd-14-stable/contrib/llvm-project/llvm/lib/Transforms/InstCombine/
HDInstCombineCalls.cpp4331 else if (Caller->hasValueHandle()) { in transformConstExprCastCall()