Home
last modified time | relevance | path

Searched refs:InstrOrderValid (Results 1 – 2 of 2) sorted by relevance

/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/IR/
H A DBasicBlock.h690 return getBasicBlockBits().InstrOrderValid; in isInstrOrderValid()
697 Bits.InstrOrderValid = false; in invalidateOrders()
729 unsigned short InstrOrderValid : 1; member
/freebsd-14.2/contrib/llvm-project/llvm/lib/IR/
H A DBasicBlock.cpp741 Bits.InstrOrderValid = true; in renumberInstructions()