Searched refs:FalseDestIsSafe (Results 1 – 1 of 1) sorted by relevance
3054 bool FalseDestIsSafe = false; in threadGuard() local3064 FalseDestIsSafe = true; in threadGuard()3067 if (!TrueDestIsSafe && !FalseDestIsSafe) in threadGuard()3071 BasicBlock *PredGuardedBlock = FalseDestIsSafe ? TrueDest : FalseDest; in threadGuard()