Searched refs:IsFallthrough (Results 1 – 3 of 3) sorted by relevance
41 bool &IsFallthrough);
605 bool &IsFallthrough) { in guessSuccessors() argument621 IsFallthrough = I == MBB.end() || !I->isBarrier(); in guessSuccessors()
939 bool IsFallthrough; in parseBasicBlock() local940 guessSuccessors(MBB, Successors, IsFallthrough); in parseBasicBlock()944 if (IsFallthrough) { in parseBasicBlock()