Searched refs:CloneInstruction (Results 1 – 4 of 4) sorted by relevance
/external/llvm/unittests/Transforms/Utils/ |
D | Cloning.cpp | 31 class CloneInstruction : public ::testing::Test { class 60 TEST_F(CloneInstruction, OverflowBits) { in TEST_F() argument 130 TEST_F(CloneInstruction, Inbounds) { in TEST_F() argument 144 TEST_F(CloneInstruction, Exact) { in TEST_F() argument 154 TEST_F(CloneInstruction, Attributes) { in TEST_F() argument 181 TEST_F(CloneInstruction, CallingConvention) { in TEST_F() argument
|
/external/llvm-project/llvm/unittests/Transforms/Utils/ |
D | CloningTest.cpp | 34 class CloneInstruction : public ::testing::Test { class 68 TEST_F(CloneInstruction, OverflowBits) { in TEST_F() argument 138 TEST_F(CloneInstruction, Inbounds) { in TEST_F() argument 152 TEST_F(CloneInstruction, Exact) { in TEST_F() argument 162 TEST_F(CloneInstruction, Attributes) { in TEST_F() argument 187 TEST_F(CloneInstruction, CallingConvention) { in TEST_F() argument 210 TEST_F(CloneInstruction, DuplicateInstructionsToSplit) { in TEST_F() argument 259 TEST_F(CloneInstruction, DuplicateInstructionsToSplitBlocksEq1) { in TEST_F() argument 312 TEST_F(CloneInstruction, DuplicateInstructionsToSplitBlocksEq2) { in TEST_F() argument
|
/external/llvm/tools/llvm-c-test/ |
D | echo.cpp | 373 auto Dst = CloneInstruction(Src, Builder); in CloneValue() 392 LLVMValueRef CloneInstruction(LLVMValueRef Src, LLVMBuilderRef Builder) { in CloneInstruction() function 709 CloneInstruction(Cur, Builder); in CloneBB()
|
/external/llvm-project/llvm/tools/llvm-c-test/ |
D | echo.cpp | 444 auto Dst = CloneInstruction(Src, Builder); in CloneValue() 463 LLVMValueRef CloneInstruction(LLVMValueRef Src, LLVMBuilderRef Builder) { in CloneInstruction() function 906 CloneInstruction(Cur, Builder); in CloneBB()
|