Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/Transforms/Scalar/
H A DJumpThreading.cpp3053 bool TrueDestIsSafe = false; in threadGuard() local
3059 TrueDestIsSafe = true; in threadGuard()
3067 if (!TrueDestIsSafe && !FalseDestIsSafe) in threadGuard()
3070 BasicBlock *PredUnguardedBlock = TrueDestIsSafe ? TrueDest : FalseDest; in threadGuard()