Home
last modified time | relevance | path

Searched refs:isInstrOrderValid (Results 1 – 3 of 3) sorted by relevance

/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/IR/
H A DBasicBlock.h490 bool isInstrOrderValid() const { in isInstrOrderValid() function
/freebsd-13.1/contrib/llvm-project/llvm/lib/IR/
H A DBasicBlock.cpp514 if (!isInstrOrderValid()) in validateInstrOrdering()
H A DInstruction.cpp115 if (!Parent->isInstrOrderValid()) in comesBefore()