Searched defs:callContBb (Results 1 – 1 of 1) sorted by relevance
587 BasicBlock *callContBb = nullptr; in DoInlinePolymorphic() local919 auto callContBb = callBb->SplitBlockAfterInstruction(callInst, false); in TryInlineExternalAot() local1035 auto callContBb = callBb->SplitBlockAfterInstruction(callInst, false); in DoInlineMethod() local1094 void Inlining::ProcessCallReturnInstructions(CallInst *callInst, BasicBlock *callContBb, bool hasRu… in ProcessCallReturnInstructions()1528 void Inlining::UpdateControlflow(Graph *graphInl, BasicBlock *callBb, BasicBlock *callContBb) in UpdateControlflow()