Searched refs:isLegalToHoistInto (Results 1 - 8 of 8) sorted by relevance

/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/IR/
H A DBasicBlock.h445 bool isLegalToHoistInto() const;
/freebsd-13-stable/contrib/llvm-project/llvm/lib/IR/
H A DBasicBlock.cpp368 bool BasicBlock::isLegalToHoistInto() const { function in class:BasicBlock
/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DLoopInfoImpl.h167 if (!Out->isLegalToHoistInto())
/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DMachineBasicBlock.h493 bool isLegalToHoistInto() const;
/freebsd-13-stable/contrib/llvm-project/llvm/lib/CodeGen/
H A DMachineCSE.cpp811 if (!CMBB->isLegalToHoistInto())
H A DMachineBasicBlock.cpp288 bool MachineBasicBlock::isLegalToHoistInto() const {
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Transforms/Vectorize/
H A DVPlan.h592 bool isLegalToHoistInto() {
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DSROA.cpp3503 !I->getParent()->isLegalToHoistInto();

Completed in 193 milliseconds