Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/IR/
H A DVerifier.cpp5762 bool FoundCall = false; in visitIntrinsicCall() local
5781 Check(!FoundCall, "Can have at most one call corresponding to a " in visitIntrinsicCall()
5783 FoundCall = true; in visitIntrinsicCall()
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DDAGCombiner.cpp21645 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()