Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/FuzzMutate/
H A DIRMutator.h152 enum CFGToSink { Return, DirectSink, SinkOrSelfLoop, EndOfCFGToLink }; enumerator
/freebsd-14.2/contrib/llvm-project/llvm/lib/FuzzMutate/
H A DIRMutator.cpp525 case CFGToSink::SinkOrSelfLoop: { in connectBlocksToSink()