Home | History | Annotate | Download | only in CodeGen

Lines Matching refs:optimizeBlock

171     bool optimizeBlock(BasicBlock &BB, bool& ModifiedDT);
243 // users. Do this before OptimizeBlock -> OptimizeInst ->
256 MadeChange |= optimizeBlock(*BB, ModifiedDTOnIteration);
4614 // Instruct OptimizeBlock to skip to the next block.
5216 bool CodeGenPrepare::optimizeBlock(BasicBlock &BB, bool& ModifiedDT) {
5274 // mask and compare into the branch uses. Do this before OptimizeBlock ->