Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/IR/
H A DBasicBlock.h491 return getBasicBlockBits().InstrOrderValid; in isInstrOrderValid()
498 Bits.InstrOrderValid = false; in invalidateOrders()
530 unsigned short InstrOrderValid : 1; member
/freebsd-13.1/contrib/llvm-project/llvm/lib/IR/
H A DBasicBlock.cpp506 Bits.InstrOrderValid = true; in renumberInstructions()