Home
last modified time | relevance | path

Searched refs:FindValueForBlock (Results 1 – 3 of 3) sorted by relevance

/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/Transforms/Utils/
DSSAUpdater.h81 Value *FindValueForBlock(BasicBlock *BB) const;
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Utils/
DLCSSA.cpp216 if (Value *V = SSAUpdate.FindValueForBlock(UserBB)) in formLCSSAForInstructions()
DSSAUpdater.cpp67 Value *SSAUpdater::FindValueForBlock(BasicBlock *BB) const { in FindValueForBlock() function in SSAUpdater