Home
last modified time | relevance | path

Searched defs:validateInstrOrdering (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/llvm-project/llvm/include/llvm/IR/
H A DBasicBlock.h783 inline void BasicBlock::validateInstrOrdering() const {} in validateInstrOrdering() function
/freebsd/contrib/llvm-project/llvm/lib/IR/
H A DBasicBlock.cpp1145 void BasicBlock::validateInstrOrdering() const { in validateInstrOrdering() function in BasicBlock