Searched refs:FalseDestIsSafe (Results 1 – 1 of 1) sorted by relevance
3068 bool FalseDestIsSafe = false; in threadGuard() local3078 FalseDestIsSafe = true; in threadGuard()3081 if (!TrueDestIsSafe && !FalseDestIsSafe) in threadGuard()3085 BasicBlock *PredGuardedBlock = FalseDestIsSafe ? TrueDest : FalseDest; in threadGuard()