Searched refs:FoundCall (Results 1 – 2 of 2) sorted by relevance
5762 bool FoundCall = false; in visitIntrinsicCall() local5781 Check(!FoundCall, "Can have at most one call corresponding to a " in visitIntrinsicCall()5783 FoundCall = true; in visitIntrinsicCall()
21645 auto [Node, FoundCall] = Worklist.pop_back_val(); in hasCallInLdStChain()21655 Worklist.emplace_back(Op.getNode(), FoundCall); in hasCallInLdStChain()21659 return FoundCall; in hasCallInLdStChain()21664 Worklist.emplace_back(Node->getOperand(0).getNode(), FoundCall); in hasCallInLdStChain()