Home
last modified time | relevance | path

Searched defs:CloneInstruction (Results 1 – 2 of 2) sorted by relevance

/llvm-project/llvm/unittests/Transforms/Utils/
H A DCloningTest.cpp35 class CloneInstruction : public ::testing::Test { class
69 TEST_F(CloneInstruction, OverflowBits) { in TEST_F() argument
139 TEST_F(CloneInstruction, Inbounds) { in TEST_F() argument
153 TEST_F(CloneInstruction, Exact) { in TEST_F() argument
163 TEST_F(CloneInstruction, Attributes) { in TEST_F() argument
190 TEST_F(CloneInstruction,CallingConvention) TEST_F() argument
215 TEST_F(CloneInstruction,DuplicateInstructionsToSplit) TEST_F() argument
264 TEST_F(CloneInstruction,DuplicateInstructionsToSplitBlocksEq1) TEST_F() argument
317 TEST_F(CloneInstruction,DuplicateInstructionsToSplitBlocksEq2) TEST_F() argument
/llvm-project/llvm/tools/llvm-c-test/
H A Decho.cpp512 LLVMValueRef CloneInstruction(LLVMValueRef Src, LLVMBuilderRef Builder) { CloneInstruction() function