Home
last modified time | relevance | path

Searched refs:renumberInstructions (Results 1 – 11 of 11) sorted by relevance

/external/swiftshader/third_party/subzero/src/
DIceTimerTree.def64 X(renumberInstructions) \
DIceCfgNode.h82 void renumberInstructions();
DIceCfg.cpp283 void Cfg::renumberInstructions() { in renumberInstructions() function in Ice::Cfg
287 Node->renumberInstructions(); in renumberInstructions()
343 (*I)->renumberInstructions(); in advancedPhiLowering()
356 renumberInstructions(); in advancedPhiLowering()
1665 renumberInstructions(); in emit()
DIceCfg.h194 void renumberInstructions();
DIceCfgNode.cpp85 void CfgNode::renumberInstructions() { in renumberInstructions() function in Ice::CfgNode
DIceTargetLoweringMIPS32.cpp899 Func->renumberInstructions(); in translateO2()
918 Func->renumberInstructions(); in translateO2()
DIceTargetLoweringARM32.cpp1037 Func->renumberInstructions(); in translateO2()
1059 Func->renumberInstructions(); in translateO2()
DIceTargetLoweringX86BaseImpl.h524 Func->renumberInstructions();
550 Func->renumberInstructions();
/external/llvm-project/llvm/include/llvm/IR/
DBasicBlock.h470 void renumberInstructions();
/external/llvm-project/llvm/lib/IR/
DBasicBlock.cpp456 void BasicBlock::renumberInstructions() { in renumberInstructions() function in BasicBlock
DInstruction.cpp115 Parent->renumberInstructions(); in comesBefore()