Searched refs:IsFallthrough (Results 1 – 3 of 3) sorted by relevance
41 bool &IsFallthrough);
624 bool &IsFallthrough) { in guessSuccessors() argument640 IsFallthrough = I == MBB.end() || !I->isBarrier(); in guessSuccessors()
1001 bool IsFallthrough; in parseBasicBlock() local1002 guessSuccessors(MBB, Successors, IsFallthrough); in parseBasicBlock()1006 if (IsFallthrough) { in parseBasicBlock()