Searched refs:TrueDestIsSafe (Results 1 – 1 of 1) sorted by relevance
3053 bool TrueDestIsSafe = false; in threadGuard() local3059 TrueDestIsSafe = true; in threadGuard()3067 if (!TrueDestIsSafe && !FalseDestIsSafe) in threadGuard()3070 BasicBlock *PredUnguardedBlock = TrueDestIsSafe ? TrueDest : FalseDest; in threadGuard()