Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DSimplifyCFG.cpp2036 Value *CurrCallee = cast<CallBase>(I)->getCalledOperand(); in canSinkInstructions() local
2038 Callee = CurrCallee; in canSinkInstructions()
2039 else if (Callee != CurrCallee) in canSinkInstructions()
2531 Value *CurrCallee = II->getCalledOperand(); in shouldBelongToSameSet() local
2532 assert(CurrCallee && "There is always a called operand."); in shouldBelongToSameSet()
2534 Callee = CurrCallee; in shouldBelongToSameSet()
2535 else if (Callee != CurrCallee) in shouldBelongToSameSet()