Searched refs:CycleNodes (Results 1 - 1 of 1) sorted by relevance

/openbsd-current/gnu/llvm/llvm/lib/IR/
H A DVerifier.cpp2453 SmallVector<Instruction *, 8> CycleNodes; local
2455 CycleNodes.push_back(CyclePad);
2458 CycleNodes.push_back(CycleTerminator);
2462 ArrayRef<Instruction *>(CycleNodes));

Completed in 81 milliseconds