Home
last modified time | relevance | path

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

/aosp_15_r20/external/llvm/lib/Transforms/InstCombine/
H A DInstructionCombining.cpp2022 tryToMoveFreeBeforeNullTest(CallInst &FI) { in tryToMoveFreeBeforeNullTest() function
2087 if (Instruction *I = tryToMoveFreeBeforeNullTest(FI)) in visitFree()
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/InstCombine/
H A DInstructionCombining.cpp2495 static Instruction *tryToMoveFreeBeforeNullTest(CallInst &FI, in tryToMoveFreeBeforeNullTest() function
2583 if (Instruction *I = tryToMoveFreeBeforeNullTest(FI, DL)) in visitFree()
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Transforms/InstCombine/
H A DInstructionCombining.cpp2968 static Instruction *tryToMoveFreeBeforeNullTest(CallInst &FI, in tryToMoveFreeBeforeNullTest() function
3085 if (Instruction *I = tryToMoveFreeBeforeNullTest(FI, DL)) in visitFree()