Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/WebAssembly/
H A DWebAssemblyRefTypeMem2Local.cpp75 while (!AI.materialized_use_empty()) { in visitAllocaInst()
/freebsd/contrib/llvm-project/llvm/lib/IR/
H A DValue.cpp97 if (!materialized_use_empty()) { in ~Value()
528 while (!materialized_use_empty()) { in doRAUW()
H A DVerifier.cpp855 Check(GV.materialized_use_empty(), in visitGlobalVariable()
881 Check(GV.materialized_use_empty(), in visitGlobalVariable()
/freebsd/contrib/llvm-project/llvm/include/llvm/IR/
H A DValue.h351 bool materialized_use_empty() const { return UseList == nullptr; } in materialized_use_empty() function