Home
last modified time | relevance | path

Searched refs:isUsedOutsideOfBlock (Results 1 – 23 of 23) sorted by relevance

/external/llvm/lib/Analysis/
DCodeMetrics.cpp151 if (I.getType()->isTokenTy() && I.isUsedOutsideOfBlock(BB)) in analyzeBasicBlock()
/external/llvm-project/llvm/lib/Analysis/
DCodeMetrics.cpp159 if (I.getType()->isTokenTy() && I.isUsedOutsideOfBlock(BB)) in analyzeBasicBlock()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Analysis/
DCodeMetrics.cpp160 if (I.getType()->isTokenTy() && I.isUsedOutsideOfBlock(BB)) in analyzeBasicBlock()
/external/llvm-project/mlir/lib/IR/
DValue.cpp149 bool Value::isUsedOutsideOfBlock(Block *block) { in isUsedOutsideOfBlock() function in Value
/external/llvm/lib/Transforms/Scalar/
DMergedLoadStoreMotion.cpp231 if (!Load1 || Inst->isUsedOutsideOfBlock(BB1)) in canHoistFromBlock()
338 if (!L0 || !L0->isSimple() || L0->isUsedOutsideOfBlock(Succ0)) in mergeLoads()
DJumpThreading.cpp301 if (I->getType()->isTokenTy() && I->isUsedOutsideOfBlock(BB)) in getJumpThreadDuplicationCost()
/external/llvm-project/mlir/lib/Transforms/Utils/
DRegionUtils.cpp523 if (rhsIt->isUsedOutsideOfBlock(mergeBlock) || in addToCluster()
524 lhsIt->isUsedOutsideOfBlock(leaderBlock)) { in addToCluster()
/external/llvm-project/mlir/include/mlir/IR/
DOperation.h588 bool isUsedOutsideOfBlock(Block *block) { in isUsedOutsideOfBlock() function
590 return result.isUsedOutsideOfBlock(block); in isUsedOutsideOfBlock()
DValue.h170 bool isUsedOutsideOfBlock(Block *block);
/external/llvm/include/llvm/IR/
DInstruction.h463 bool isUsedOutsideOfBlock(const BasicBlock *BB) const;
/external/swiftshader/third_party/llvm-subzero/include/llvm/IR/
DInstruction.h505 bool isUsedOutsideOfBlock(const BasicBlock *BB) const;
/external/llvm-project/llvm/lib/Transforms/Scalar/
DMergeICmps.cpp147 if (LoadI->isUsedOutsideOfBlock(LoadI->getParent())) { in visitICmpLoadOperand()
161 if (GEP->isUsedOutsideOfBlock(LoadI->getParent())) { in visitICmpLoadOperand()
DSimpleLoopUnswitch.cpp2720 if (I.getType()->isTokenTy() && I.isUsedOutsideOfBlock(BB)) in unswitchBestCondition()
DJumpThreading.cpp560 if (I->getType()->isTokenTy() && I->isUsedOutsideOfBlock(BB)) in getJumpThreadDuplicationCost()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Scalar/
DMergeICmps.cpp147 if (LoadI->isUsedOutsideOfBlock(LoadI->getParent())) { in visitICmpLoadOperand()
161 if (GEP->isUsedOutsideOfBlock(LoadI->getParent())) { in visitICmpLoadOperand()
DJumpThreading.cpp521 if (I->getType()->isTokenTy() && I->isUsedOutsideOfBlock(BB)) in getJumpThreadDuplicationCost()
DSimpleLoopUnswitch.cpp2657 if (I.getType()->isTokenTy() && I.isUsedOutsideOfBlock(BB)) in unswitchBestCondition()
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/IR/
DInstruction.h665 bool isUsedOutsideOfBlock(const BasicBlock *BB) const;
/external/llvm-project/llvm/include/llvm/IR/
DInstruction.h715 bool isUsedOutsideOfBlock(const BasicBlock *BB) const;
/external/llvm/lib/IR/
DInstruction.cpp461 bool Instruction::isUsedOutsideOfBlock(const BasicBlock *BB) const { in isUsedOutsideOfBlock() function in Instruction
/external/swiftshader/third_party/llvm-10.0/llvm/lib/IR/
DInstruction.cpp496 bool Instruction::isUsedOutsideOfBlock(const BasicBlock *BB) const { in isUsedOutsideOfBlock() function in Instruction
/external/llvm-project/llvm/lib/IR/
DInstruction.cpp524 bool Instruction::isUsedOutsideOfBlock(const BasicBlock *BB) const { in isUsedOutsideOfBlock() function in Instruction
/external/llvm-project/llvm/lib/Transforms/Utils/
DSimplifyCFG.cpp4237 if (PN->use_empty() || !PN->isUsedOutsideOfBlock(BB)) in removeEmptyCleanup()