Searched refs:IsFallthrough (Results 1 – 3 of 3) sorted by relevance
65 bool &IsFallthrough);
633 bool &IsFallthrough) { in guessSuccessors() argument649 IsFallthrough = I == MBB.end() || !I->isBarrier(); in guessSuccessors()
1002 bool IsFallthrough; in parseBasicBlock() local1003 guessSuccessors(MBB, Successors, IsFallthrough); in parseBasicBlock()1007 if (IsFallthrough) { in parseBasicBlock()