Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/IR/
H A DBasicBlock.h690 bool isInstrOrderValid() const { in isInstrOrderValid() function
/freebsd/contrib/llvm-project/llvm/lib/IR/
H A DBasicBlock.cpp1146 if (!isInstrOrderValid()) in validateInstrOrdering()
H A DInstruction.cpp323 if (!getParent()->isInstrOrderValid()) in comesBefore()