Home
last modified time | relevance | path

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

/external/llvm/lib/Analysis/
DCodeMetrics.cpp151 if (I.getType()->isTokenTy() && I.isUsedOutsideOfBlock(BB)) in analyzeBasicBlock()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Analysis/
DCodeMetrics.cpp164 if (I.getType()->isTokenTy() && I.isUsedOutsideOfBlock(BB)) in analyzeBasicBlock()
/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/swiftshader/third_party/LLVM/include/llvm/
DInstruction.h298 bool isUsedOutsideOfBlock(const BasicBlock *BB) const;
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Scalar/
DMergeICmps.cpp80 if (LoadI->isUsedOutsideOfBlock(LoadI->getParent())) { in visitICmpLoadOperand()
91 if (LoadI->isUsedOutsideOfBlock(LoadI->getParent())) { in visitICmpLoadOperand()
DSimpleLoopUnswitch.cpp2259 if (I.getType()->isTokenTy() && I.isUsedOutsideOfBlock(BB)) in unswitchBestCondition()
DJumpThreading.cpp500 if (I->getType()->isTokenTy() && I->isUsedOutsideOfBlock(BB)) in getJumpThreadDuplicationCost()
/external/swiftshader/third_party/llvm-subzero/include/llvm/IR/
DInstruction.h505 bool isUsedOutsideOfBlock(const BasicBlock *BB) const;
/external/llvm/include/llvm/IR/
DInstruction.h463 bool isUsedOutsideOfBlock(const BasicBlock *BB) const;
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/IR/
DInstruction.h612 bool isUsedOutsideOfBlock(const BasicBlock *BB) const;
/external/swiftshader/third_party/LLVM/lib/VMCore/
DInstruction.cpp295 bool Instruction::isUsedOutsideOfBlock(const BasicBlock *BB) const { in isUsedOutsideOfBlock() function in Instruction
/external/llvm/lib/IR/
DInstruction.cpp461 bool Instruction::isUsedOutsideOfBlock(const BasicBlock *BB) const { in isUsedOutsideOfBlock() function in Instruction
/external/swiftshader/third_party/llvm-7.0/llvm/lib/IR/
DInstruction.cpp486 bool Instruction::isUsedOutsideOfBlock(const BasicBlock *BB) const { in isUsedOutsideOfBlock() function in Instruction