Searched refs:IsFallthrough (Results 1 – 5 of 5) sorted by relevance
41 bool &IsFallthrough);
738 bool shouldUseExternalFS() const { return IsFallthrough; } in shouldUseExternalFS()797 bool IsFallthrough = true; variable
578 bool &IsFallthrough) { in guessSuccessors() argument594 IsFallthrough = I == MBB.end() || !I->isBarrier(); in guessSuccessors()
912 bool IsFallthrough; in parseBasicBlock() local913 guessSuccessors(MBB, Successors, IsFallthrough); in parseBasicBlock()917 if (IsFallthrough) { in parseBasicBlock()
1257 IsFallthrough = Fallthrough; in setFallthrough()1726 if (!parseScalarBool(I.getValue(), FS->IsFallthrough)) in parse()