Searched refs:added_function (Results 1 – 6 of 6) sorted by relevance
/external/deqp-deps/SPIRV-Tools/source/fuzz/ |
D | transformation_add_function.cpp | 318 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 …]
|
D | transformation_add_function.h | 108 opt::Function* added_function) const; 113 opt::IRContext* ir_context, opt::Function* added_function,
|
/external/angle/third_party/spirv-tools/src/source/fuzz/ |
D | transformation_add_function.cpp | 318 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 …]
|
D | transformation_add_function.h | 108 opt::Function* added_function) const; 113 opt::IRContext* ir_context, opt::Function* added_function,
|
/external/swiftshader/third_party/SPIRV-Tools/source/fuzz/ |
D | transformation_add_function.cpp | 312 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 …]
|
D | transformation_add_function.h | 105 opt::Function* added_function) const; 110 opt::IRContext* context, opt::Function* added_function,
|