Searched refs:bbi (Results 1 – 5 of 5) sorted by relevance
/external/llvm/lib/Analysis/ |
D | ProfileVerifierPass.cpp | 101 for (const_pred_iterator bbi = pred_begin(BB), bbe = pred_end(BB); in printDebugInfo() local 102 bbi != bbe; ++bbi ) { in printDebugInfo() 103 if (ProcessedPreds.insert(*bbi).second) { in printDebugInfo() 104 typename ProfileInfoT<FType, BType>::Edge E = PI->getEdge(*bbi,BB); in printDebugInfo() 116 for ( succ_const_iterator bbi = succ_begin(BB), bbe = succ_end(BB); in printDebugInfo() local 117 bbi != bbe; ++bbi ) { in printDebugInfo() 118 if (ProcessedSuccs.insert(*bbi).second) { in printDebugInfo() 119 typename ProfileInfoT<FType, BType>::Edge E = PI->getEdge(BB,*bbi); in printDebugInfo() 138 for ( succ_const_iterator bbi = succ_begin(BB), bbe = succ_end(BB); in printDebugInfo() local 139 bbi != bbe; ++bbi ) { in printDebugInfo() [all …]
|
D | ProfileEstimatorPass.cpp | 131 for ( pred_iterator bbi = pred_begin(BB), bbe = pred_end(BB); in recurseBasicBlock() local 132 bbi != bbe; ++bbi ) { in recurseBasicBlock() 134 Edge edge = getEdge(*bbi,BB); in recurseBasicBlock() 136 if (ProcessedPreds.insert(*bbi).second) { in recurseBasicBlock() 142 if (BBisHeader && BBLoop->contains(*bbi)) { in recurseBasicBlock() 263 succ_iterator bbi = succ_begin(BB), bbe = succ_end(BB); in recurseBasicBlock() local 266 if (bbi == bbe) { in recurseBasicBlock() 271 for ( ; bbi != bbe; ++bbi ) { in recurseBasicBlock() 272 if (ProcessedSuccs.insert(*bbi).second) { in recurseBasicBlock() 273 Edge edge = getEdge(BB,*bbi); in recurseBasicBlock() [all …]
|
D | ProfileInfoLoaderPass.cpp | 117 for (succ_const_iterator bbi = succ_begin(BB), bbe = succ_end(BB); in recurseBasicBlock() local 118 bbi != bbe; ++bbi) { in recurseBasicBlock() 119 recurseBasicBlock(*bbi); in recurseBasicBlock() 121 for (const_pred_iterator bbi = pred_begin(BB), bbe = pred_end(BB); in recurseBasicBlock() local 122 bbi != bbe; ++bbi) { in recurseBasicBlock() 123 recurseBasicBlock(*bbi); in recurseBasicBlock()
|
D | ProfileInfo.cpp | 514 const_pred_iterator bbi = pred_begin(BB), bbe = pred_end(BB); in CalculateMissingEdge() local 515 if (bbi==bbe) { in CalculateMissingEdge() 519 for (;bbi != bbe; ++bbi) { in CalculateMissingEdge() 520 if (pred_visited.insert(*bbi)) { in CalculateMissingEdge() 521 Edge e = getEdge(*bbi,BB); in CalculateMissingEdge() 586 const_pred_iterator bbi = pred_begin(BB), bbe = pred_end(BB); in EstimateMissingEdges() local 587 if (bbi == bbe) { in EstimateMissingEdges() 590 for( ; bbi != bbe; ++bbi ) { in EstimateMissingEdges() 591 if (ProcessedPreds.insert(*bbi).second) { in EstimateMissingEdges() 592 readEdge(this,getEdge(*bbi,BB),inWeight,inMissing); in EstimateMissingEdges()
|
/external/webkit/Source/WebKit/gtk/po/ |
D | hu.po | 840 msgstr "Nincsenek legutóbbi keresések" 844 msgstr "Legutóbbi keresések" 848 msgstr "Legutóbbi keresések _törlése"
|