Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/IR/
H A DBasicBlock.h689 bool isInstrOrderValid() const { in isInstrOrderValid() function
/freebsd-14.2/contrib/llvm-project/llvm/lib/IR/
H A DBasicBlock.cpp1171 if (!isInstrOrderValid()) in validateInstrOrdering()
H A DInstruction.cpp286 if (!Parent->isInstrOrderValid()) in comesBefore()