Home
last modified time | relevance | path

Searched refs:tryReplaceContWithBra (Results 1 – 2 of 2) sorted by relevance

/external/mesa3d/src/gallium/drivers/nouveau/codegen/
Dnv50_ir_lowering_nvc0.h54 bool tryReplaceContWithBra(BasicBlock *);
Dnv50_ir_lowering_nvc0.cpp539 NVC0LegalizePostRA::tryReplaceContWithBra(BasicBlock *bb) in tryReplaceContWithBra() function in nv50_ir::NVC0LegalizePostRA
629 if (!tryReplaceContWithBra(bb)) in visit()