Home
last modified time | relevance | path

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

/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/IR/
H A DValue.cpp96 if (!materialized_use_empty()) { in ~Value()
102 assert(materialized_use_empty() && "Uses remain when a value is destroyed!"); in ~Value()
514 while (!materialized_use_empty()) { in doRAUW()
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/include/llvm/IR/
H A DValue.h349 bool materialized_use_empty() const { in materialized_use_empty() function
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/IR/
H A DValue.h358 bool materialized_use_empty() const { in materialized_use_empty() function
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/include/llvm/IR/
DValue.h349 bool materialized_use_empty() const { in materialized_use_empty() function
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/include/llvm/IR/
DValue.h349 bool materialized_use_empty() const { in materialized_use_empty() function
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/include/llvm/IR/
DValue.h349 bool materialized_use_empty() const { in materialized_use_empty() function
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/include/llvm/IR/
DValue.h349 bool materialized_use_empty() const { in materialized_use_empty() function
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/IR/
H A DValue.cpp412 while (!materialized_use_empty()) { in doRAUW()