Searched refs:setSuccWeight (Results 1 - 3 of 3) sorted by relevance

/external/llvm/lib/CodeGen/
H A DIfConversion.cpp1121 MBB->setSuccWeight(SI, (uint32_t)(NewTrue / Scale));
1123 MBB->setSuccWeight(SI, (uint32_t)(NewFalse / Scale));
1125 MBB->setSuccWeight(SI, MBPI->getEdgeWeight(MBB, SI) / Scale);
H A DMachineBasicBlock.cpp1129 void MachineBasicBlock::setSuccWeight(succ_iterator I, uint32_t weight) { function in class:MachineBasicBlock
/external/llvm/include/llvm/CodeGen/
H A DMachineBasicBlock.h390 void setSuccWeight(succ_iterator I, uint32_t weight);

Completed in 1122 milliseconds