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

/external/swiftshader/third_party/LLVM/include/llvm/Analysis/
H A DBlockFrequencyImpl.h122 rpot_iterator rpot_end() { return POT.rend(); } function in class:llvm::BlockFrequencyImpl
277 for (rpot_iterator I = rpot_begin(), E = rpot_end(); I != E; ++I) {
/external/llvm/include/llvm/Analysis/
H A DBlockFrequencyInfoImpl.h819 rpot_iterator rpot_end() const { return RPOT.end(); } function in class:llvm::BlockFrequencyInfoImpl
1008 for (rpot_iterator I = rpot_begin(), E = rpot_end(); I != E; ++I) {
1127 for (rpot_iterator I = rpot_begin(), IE = rpot_end(); I != IE; ++I) {

Completed in 128 milliseconds