Home
last modified time | relevance | path

Searched defs:isLegalToHoistInto (Results 1 – 4 of 4) sorted by relevance

/freebsd/contrib/llvm-project/llvm/include/llvm/Support/
H A DGenericLoopInfoImpl.h183 template <class BlockT> bool isLegalToHoistInto(BlockT *Block) { in isLegalToHoistInto() function
/freebsd/contrib/llvm-project/llvm/lib/IR/
H A DBasicBlock.cpp555 bool BasicBlock::isLegalToHoistInto() const { in isLegalToHoistInto() function in BasicBlock
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DMachineBasicBlock.cpp312 bool MachineBasicBlock::isLegalToHoistInto() const { in isLegalToHoistInto() function in MachineBasicBlock
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Vectorize/
H A DVPlan.h655 bool isLegalToHoistInto() { in isLegalToHoistInto() function