/external/llvm/lib/Analysis/ |
D | CodeMetrics.cpp | 151 if (I.getType()->isTokenTy() && I.isUsedOutsideOfBlock(BB)) in analyzeBasicBlock()
|
/external/llvm-project/llvm/lib/Analysis/ |
D | CodeMetrics.cpp | 159 if (I.getType()->isTokenTy() && I.isUsedOutsideOfBlock(BB)) in analyzeBasicBlock()
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Analysis/ |
D | CodeMetrics.cpp | 160 if (I.getType()->isTokenTy() && I.isUsedOutsideOfBlock(BB)) in analyzeBasicBlock()
|
/external/llvm-project/mlir/lib/IR/ |
D | Value.cpp | 149 bool Value::isUsedOutsideOfBlock(Block *block) { in isUsedOutsideOfBlock() function in Value
|
/external/llvm/lib/Transforms/Scalar/ |
D | MergedLoadStoreMotion.cpp | 231 if (!Load1 || Inst->isUsedOutsideOfBlock(BB1)) in canHoistFromBlock() 338 if (!L0 || !L0->isSimple() || L0->isUsedOutsideOfBlock(Succ0)) in mergeLoads()
|
D | JumpThreading.cpp | 301 if (I->getType()->isTokenTy() && I->isUsedOutsideOfBlock(BB)) in getJumpThreadDuplicationCost()
|
/external/llvm-project/mlir/lib/Transforms/Utils/ |
D | RegionUtils.cpp | 523 if (rhsIt->isUsedOutsideOfBlock(mergeBlock) || in addToCluster() 524 lhsIt->isUsedOutsideOfBlock(leaderBlock)) { in addToCluster()
|
/external/llvm-project/mlir/include/mlir/IR/ |
D | Operation.h | 588 bool isUsedOutsideOfBlock(Block *block) { in isUsedOutsideOfBlock() function 590 return result.isUsedOutsideOfBlock(block); in isUsedOutsideOfBlock()
|
D | Value.h | 170 bool isUsedOutsideOfBlock(Block *block);
|
/external/llvm/include/llvm/IR/ |
D | Instruction.h | 463 bool isUsedOutsideOfBlock(const BasicBlock *BB) const;
|
/external/swiftshader/third_party/llvm-subzero/include/llvm/IR/ |
D | Instruction.h | 505 bool isUsedOutsideOfBlock(const BasicBlock *BB) const;
|
/external/llvm-project/llvm/lib/Transforms/Scalar/ |
D | MergeICmps.cpp | 147 if (LoadI->isUsedOutsideOfBlock(LoadI->getParent())) { in visitICmpLoadOperand() 161 if (GEP->isUsedOutsideOfBlock(LoadI->getParent())) { in visitICmpLoadOperand()
|
D | SimpleLoopUnswitch.cpp | 2720 if (I.getType()->isTokenTy() && I.isUsedOutsideOfBlock(BB)) in unswitchBestCondition()
|
D | JumpThreading.cpp | 560 if (I->getType()->isTokenTy() && I->isUsedOutsideOfBlock(BB)) in getJumpThreadDuplicationCost()
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Scalar/ |
D | MergeICmps.cpp | 147 if (LoadI->isUsedOutsideOfBlock(LoadI->getParent())) { in visitICmpLoadOperand() 161 if (GEP->isUsedOutsideOfBlock(LoadI->getParent())) { in visitICmpLoadOperand()
|
D | JumpThreading.cpp | 521 if (I->getType()->isTokenTy() && I->isUsedOutsideOfBlock(BB)) in getJumpThreadDuplicationCost()
|
D | SimpleLoopUnswitch.cpp | 2657 if (I.getType()->isTokenTy() && I.isUsedOutsideOfBlock(BB)) in unswitchBestCondition()
|
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/IR/ |
D | Instruction.h | 665 bool isUsedOutsideOfBlock(const BasicBlock *BB) const;
|
/external/llvm-project/llvm/include/llvm/IR/ |
D | Instruction.h | 715 bool isUsedOutsideOfBlock(const BasicBlock *BB) const;
|
/external/llvm/lib/IR/ |
D | Instruction.cpp | 461 bool Instruction::isUsedOutsideOfBlock(const BasicBlock *BB) const { in isUsedOutsideOfBlock() function in Instruction
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/IR/ |
D | Instruction.cpp | 496 bool Instruction::isUsedOutsideOfBlock(const BasicBlock *BB) const { in isUsedOutsideOfBlock() function in Instruction
|
/external/llvm-project/llvm/lib/IR/ |
D | Instruction.cpp | 524 bool Instruction::isUsedOutsideOfBlock(const BasicBlock *BB) const { in isUsedOutsideOfBlock() function in Instruction
|
/external/llvm-project/llvm/lib/Transforms/Utils/ |
D | SimplifyCFG.cpp | 4237 if (PN->use_empty() || !PN->isUsedOutsideOfBlock(BB)) in removeEmptyCleanup()
|