Searched refs:FalseDestIsSafe (Results 1 – 1 of 1) sorted by relevance
3100 bool FalseDestIsSafe = false; in threadGuard() local3110 FalseDestIsSafe = true; in threadGuard()3113 if (!TrueDestIsSafe && !FalseDestIsSafe) in threadGuard()3117 BasicBlock *PredGuardedBlock = FalseDestIsSafe ? TrueDest : FalseDest; in threadGuard()