Home
last modified time | relevance | path

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

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