Home
last modified time | relevance | path

Searched refs:TrueDestIsSafe (Results 1 – 1 of 1) sorted by relevance

/freebsd-14.2/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DJumpThreading.cpp3067 bool TrueDestIsSafe = false; in threadGuard() local
3073 TrueDestIsSafe = true; in threadGuard()
3081 if (!TrueDestIsSafe && !FalseDestIsSafe) in threadGuard()
3084 BasicBlock *PredUnguardedBlock = TrueDestIsSafe ? TrueDest : FalseDest; in threadGuard()