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

/external/llvm/lib/Analysis/
H A DCodeMetrics.cpp151 if (I.getType()->isTokenTy() && I.isUsedOutsideOfBlock(BB))
/external/swiftshader/third_party/LLVM/include/llvm/
H A DInstruction.h294 /// isUsedOutsideOfBlock - Return true if there are any uses of this
298 bool isUsedOutsideOfBlock(const BasicBlock *BB) const;
/external/llvm/lib/Transforms/Scalar/
H A DMergedLoadStoreMotion.cpp231 if (!Load1 || Inst->isUsedOutsideOfBlock(BB1))
338 if (!L0 || !L0->isSimple() || L0->isUsedOutsideOfBlock(Succ0))
H A DJumpThreading.cpp301 if (I->getType()->isTokenTy() && I->isUsedOutsideOfBlock(BB))
/external/llvm/include/llvm/IR/
H A DInstruction.h463 bool isUsedOutsideOfBlock(const BasicBlock *BB) const;
/external/swiftshader/third_party/llvm-subzero/include/llvm/IR/
H A DInstruction.h505 bool isUsedOutsideOfBlock(const BasicBlock *BB) const;
/external/swiftshader/third_party/LLVM/lib/VMCore/
H A DInstruction.cpp292 /// isUsedOutsideOfBlock - Return true if there are any uses of I outside of the
295 bool Instruction::isUsedOutsideOfBlock(const BasicBlock *BB) const { function in class:Instruction
/external/llvm/lib/IR/
H A DInstruction.cpp458 /// isUsedOutsideOfBlock - Return true if there are any uses of I outside of the
461 bool Instruction::isUsedOutsideOfBlock(const BasicBlock *BB) const { function in class:Instruction

Completed in 129 milliseconds