Searched refs:isExit (Results 1 - 2 of 2) sorted by relevance

/macosx-10.9.5/llvmCore-3425.0.33/include/llvm/Analysis/
H A DRegionIterator.h82 // isExit - Is this the exit BB of the Region?
83 inline bool isExit(BasicBlock* BB) const { function in class:llvm::RNSuccIterator
99 while (succ_end(node->getEntry()) != BItor && isExit(*BItor))
102 if (isRegionMode() && isExit(getRegionSucc()))
123 assert(!isExit(BB) && "Iterator out of range!");
136 && isExit(*BItor));
/macosx-10.9.5/llvmCore-3425.0.33/lib/Transforms/Scalar/
H A DObjCARC.cpp1579 bool isExit() const { return Succs.empty(); } function in class:__anon10613::BBState
3046 if (!MyStates.isExit())

Completed in 127 milliseconds