Searched refs:FindUses (Results 1 – 5 of 5) sorted by relevance
/external/deqp-deps/SPIRV-Tools/source/opt/ |
D | local_single_store_elim_pass.cpp | 127 FindUses(var_inst, &users); in ProcessVariable() 186 void LocalSingleStoreElimPass::FindUses( in FindUses() function in spvtools::opt::LocalSingleStoreElimPass 192 FindUses(user, users); in FindUses()
|
D | local_single_store_elim_pass.h | 75 void FindUses(const Instruction* var_inst,
|
/external/swiftshader/third_party/SPIRV-Tools/source/opt/ |
D | local_single_store_elim_pass.cpp | 127 FindUses(var_inst, &users); in ProcessVariable() 186 void LocalSingleStoreElimPass::FindUses( in FindUses() function in spvtools::opt::LocalSingleStoreElimPass 192 FindUses(user, users); in FindUses()
|
D | local_single_store_elim_pass.h | 77 void FindUses(const Instruction* var_inst,
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/WebAssembly/ |
D | WebAssemblyFixFunctionBitcasts.cpp | 73 static void FindUses(Value *V, Function &F, in FindUses() function 78 FindUses(BC, F, Uses, ConstantBCs); in FindUses() 160 FindUses(&F, F, Uses, ConstantBCs); in runOnModule()
|