Home
last modified time | relevance | path

Searched refs:added_function (Results 1 – 6 of 6) sorted by relevance

/external/deqp-deps/SPIRV-Tools/source/fuzz/
Dtransformation_add_function.cpp318 opt::Function* added_function = nullptr; in TryToMakeFunctionLivesafe() local
321 added_function = &function; in TryToMakeFunctionLivesafe()
325 assert(added_function && "The added function should have been found."); in TryToMakeFunctionLivesafe()
327 if (!TryToAddLoopLimiters(ir_context, added_function)) { in TryToMakeFunctionLivesafe()
336 for (auto& block : *added_function) { in TryToMakeFunctionLivesafe()
341 if (!TryToTurnKillOrUnreachableIntoReturn(ir_context, added_function, in TryToMakeFunctionLivesafe()
367 opt::IRContext* ir_context, opt::Function* added_function) const { in TryToAddLoopLimiters()
371 for (auto& block : *added_function) { in TryToAddLoopLimiters()
462 added_function->begin()->begin()->InsertBefore(MakeUnique<opt::Instruction>( in TryToAddLoopLimiters()
479 if (ir_context->GetDominatorAnalysis(added_function) in TryToAddLoopLimiters()
[all …]
Dtransformation_add_function.h108 opt::Function* added_function) const;
113 opt::IRContext* ir_context, opt::Function* added_function,
/external/angle/third_party/spirv-tools/src/source/fuzz/
Dtransformation_add_function.cpp318 opt::Function* added_function = nullptr; in TryToMakeFunctionLivesafe() local
321 added_function = &function; in TryToMakeFunctionLivesafe()
325 assert(added_function && "The added function should have been found."); in TryToMakeFunctionLivesafe()
327 if (!TryToAddLoopLimiters(ir_context, added_function)) { in TryToMakeFunctionLivesafe()
336 for (auto& block : *added_function) { in TryToMakeFunctionLivesafe()
341 if (!TryToTurnKillOrUnreachableIntoReturn(ir_context, added_function, in TryToMakeFunctionLivesafe()
367 opt::IRContext* ir_context, opt::Function* added_function) const { in TryToAddLoopLimiters()
371 for (auto& block : *added_function) { in TryToAddLoopLimiters()
462 added_function->begin()->begin()->InsertBefore(MakeUnique<opt::Instruction>( in TryToAddLoopLimiters()
479 if (ir_context->GetDominatorAnalysis(added_function) in TryToAddLoopLimiters()
[all …]
Dtransformation_add_function.h108 opt::Function* added_function) const;
113 opt::IRContext* ir_context, opt::Function* added_function,
/external/swiftshader/third_party/SPIRV-Tools/source/fuzz/
Dtransformation_add_function.cpp312 opt::Function* added_function = nullptr; in TryToMakeFunctionLivesafe() local
315 added_function = &function; in TryToMakeFunctionLivesafe()
319 assert(added_function && "The added function should have been found."); in TryToMakeFunctionLivesafe()
321 if (!TryToAddLoopLimiters(context, added_function)) { in TryToMakeFunctionLivesafe()
330 for (auto& block : *added_function) { in TryToMakeFunctionLivesafe()
335 if (!TryToTurnKillOrUnreachableIntoReturn(context, added_function, in TryToMakeFunctionLivesafe()
361 opt::IRContext* context, opt::Function* added_function) const { in TryToAddLoopLimiters()
365 for (auto& block : *added_function) { in TryToAddLoopLimiters()
456 added_function->begin()->begin()->InsertBefore(MakeUnique<opt::Instruction>( in TryToAddLoopLimiters()
472 if (context->GetDominatorAnalysis(added_function) in TryToAddLoopLimiters()
[all …]
Dtransformation_add_function.h105 opt::Function* added_function) const;
110 opt::IRContext* context, opt::Function* added_function,