Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DJumpThreading.cpp3133 BasicBlock *UnguardedBlock = DuplicateInstructionsInSplitBetween( in threadGuard() local
3135 assert(UnguardedBlock && "Could not create the unguarded block?"); in threadGuard()
3152 NewPN->addIncoming(UnguardedMapping[Inst], UnguardedBlock); in threadGuard()