Searched refs:ProtectLoop (Results 1 – 6 of 6) sorted by relevance
/external/deqp-deps/SPIRV-Tools/source/opt/ |
D | loop_peeling.h | 226 BasicBlock* ProtectLoop(Loop* loop, Instruction* condition,
|
D | loop_peeling.cpp | 394 BasicBlock* LoopPeeling::ProtectLoop(Loop* loop, Instruction* condition, in ProtectLoop() function in spvtools::opt::LoopPeeling 454 ProtectLoop(loop_, has_remaining_iteration, if_merge_block); in PeelBefore() 522 BasicBlock* if_block = ProtectLoop(cloned_loop_, has_remaining_iteration, in PeelAfter()
|
/external/angle/third_party/vulkan-deps/spirv-tools/src/source/opt/ |
D | loop_peeling.h | 226 BasicBlock* ProtectLoop(Loop* loop, Instruction* condition,
|
D | loop_peeling.cpp | 395 BasicBlock* LoopPeeling::ProtectLoop(Loop* loop, Instruction* condition, in ProtectLoop() function in spvtools::opt::LoopPeeling 455 ProtectLoop(loop_, has_remaining_iteration, if_merge_block); in PeelBefore() 523 BasicBlock* if_block = ProtectLoop(cloned_loop_, has_remaining_iteration, in PeelAfter()
|
/external/swiftshader/third_party/SPIRV-Tools/source/opt/ |
D | loop_peeling.h | 226 BasicBlock* ProtectLoop(Loop* loop, Instruction* condition,
|
D | loop_peeling.cpp | 396 BasicBlock* LoopPeeling::ProtectLoop(Loop* loop, Instruction* condition, in ProtectLoop() function in spvtools::opt::LoopPeeling 456 ProtectLoop(loop_, has_remaining_iteration, if_merge_block); in PeelBefore() 524 BasicBlock* if_block = ProtectLoop(cloned_loop_, has_remaining_iteration, in PeelAfter()
|