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

/macosx-10.10.1/llvmCore-3425.0.34/lib/Transforms/Utils/
H A DCodeExtractor.cpp70 IteratorT BBEnd) {
73 assert(BBBegin != BBEnd);
77 for (IteratorT I = BBBegin, E = BBEnd; I != E; ++I) {
69 buildExtractionBlockSet(IteratorT BBBegin, IteratorT BBEnd) argument
H A DSimplifyCFG.cpp1165 /// SinkThenElseCodeToEnd - Given an unconditional branch that goes to BBEnd,
1166 /// check whether BBEnd has only two predecessors and the other predecessor
1168 /// in the two predecessors to BBEnd.
1172 BasicBlock *BBEnd = BI1->getSuccessor(0); local
1174 // Check that BBEnd has two predecessors and the other predecessor ends with
1176 pred_iterator PI = pred_begin(BBEnd), PE = pred_end(BBEnd);
1188 // Gather the PHI nodes in BBEnd.
1191 for (BasicBlock::iterator I = BBEnd->begin(), E = BBEnd
[all...]
/macosx-10.10.1/llvmCore-3425.0.34/lib/Transforms/Scalar/
H A DLoopStrengthReduce.cpp2609 BBIter = LatchPath.rbegin(), BBEnd = LatchPath.rend();
2610 BBIter != BBEnd; ++BBIter) {

Completed in 186 milliseconds