Home
last modified time | relevance | path

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

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