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

/external/llvm/lib/Transforms/Utils/
H A DCodeExtractor.cpp71 IteratorT BBEnd) {
74 assert(BBBegin != BBEnd);
78 for (IteratorT I = BBBegin, E = BBEnd; I != E; ++I) {
70 buildExtractionBlockSet(IteratorT BBBegin, IteratorT BBEnd) argument
H A DSimplifyCFG.cpp1123 /// SinkThenElseCodeToEnd - Given an unconditional branch that goes to BBEnd,
1124 /// check whether BBEnd has only two predecessors and the other predecessor
1126 /// in the two predecessors to BBEnd.
1130 BasicBlock *BBEnd = BI1->getSuccessor(0); local
1132 // Check that BBEnd has two predecessors and the other predecessor ends with
1134 pred_iterator PI = pred_begin(BBEnd), PE = pred_end(BBEnd);
1146 // Gather the PHI nodes in BBEnd.
1149 for (BasicBlock::iterator I = BBEnd->begin(), E = BBEnd
[all...]

Completed in 214 milliseconds