Searched defs:OptimizeBlock (Results 1 - 2 of 2) sorted by relevance

/external/llvm/lib/CodeGen/
H A DBranchFolding.cpp984 MadeChange |= OptimizeBlock(MBB);
1064 /// OptimizeBlock - Analyze and optimize control flow related to the specified
1066 bool BranchFolder::OptimizeBlock(MachineBasicBlock *MBB) { function in class:BranchFolder
H A DCodeGenPrepare.cpp138 bool OptimizeBlock(BasicBlock &BB);
199 // users. Do this before OptimizeBlock -> OptimizeInst ->
209 MadeChange |= OptimizeBlock(*BB);
3036 // Instruct OptimizeBlock to skip to the next block.
3208 bool CodeGenPrepare::OptimizeBlock(BasicBlock &BB) { function in class:CodeGenPrepare
3260 // mask and compare into the branch uses. Do this before OptimizeBlock ->

Completed in 4205 milliseconds