Home
last modified time | relevance | path

Searched defs:isMustTailCall (Results 1 – 6 of 6) sorted by relevance

/aosp_15_r20/external/llvm/include/llvm/IR/
H A DCallSite.h246 bool isMustTailCall() const { in isMustTailCall() function
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/IR/
H A DCallSite.h279 bool isMustTailCall() const { in isMustTailCall() function
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Transforms/InstCombine/
H A DInstructionCombining.cpp3092 static bool isMustTailCall(Value *V) { in isMustTailCall() function
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/IR/
H A DInstructions.cpp278 bool CallBase::isMustTailCall() const { in isMustTailCall() function in CallBase
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/IR/
H A DInstructions.cpp309 bool CallBase::isMustTailCall() const { in isMustTailCall() function in CallBase
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAGBuilder.cpp7899 bool isMustTailCall, in LowerCallTo()