Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/
DTailDuplicator.cpp76 static cl::opt<unsigned> TailDupLimit("tail-dup-limit", cl::init(~0U), variable
272 if (NumTails == TailDupLimit) in tailDuplicateBlocks()
/external/llvm/lib/CodeGen/
DTailDuplicator.cpp54 static cl::opt<unsigned> TailDupLimit("tail-dup-limit", cl::init(~0U), variable
236 if (NumTails == TailDupLimit) in tailDuplicateBlocks()
/external/swiftshader/third_party/LLVM/lib/CodeGen/
DTailDuplication.cpp52 TailDupLimit("tail-dup-limit", cl::init(~0U), cl::Hidden); variable
302 if (NumTails == TailDupLimit) in TailDuplicateBlocks()