Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/IR/
H A DBasicBlock.h743 LLVM_ABI void renumberInstructions();
/freebsd/contrib/llvm-project/llvm/lib/IR/
H A DBasicBlock.cpp688 void BasicBlock::renumberInstructions() { in renumberInstructions() function in BasicBlock
H A DInstruction.cpp339 const_cast<BasicBlock *>(getParent())->renumberInstructions(); in comesBefore()