Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/Transforms/Utils/
DLocal.h398 unsigned replaceNonLocalUsesWith(Instruction *From, Value *To);
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Scalar/
DJumpThreading.cpp436 replaceNonLocalUsesWith(Cond, ToVal); in ReplaceFoldableUses()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Utils/
DLocal.cpp2352 unsigned llvm::replaceNonLocalUsesWith(Instruction *From, Value *To) { in replaceNonLocalUsesWith() function in llvm