Home
last modified time | relevance | path

Searched refs:operand_values (Results 1 – 8 of 8) sorted by relevance

/NextBSD/contrib/llvm/lib/Transforms/Scalar/
HDSpeculativeExecution.cpp198 for (Value* V : U->operand_values()) { in considerHoistingFromTo()
HDLoopDistribute.cpp107 for (Value *V : I->operand_values()) { in populateUsedSet()
HDRewriteStatepointsForGC.cpp2036 for (auto OpValue : ClonedValue->operand_values()) { in rematerializeLiveValues()
/NextBSD/contrib/llvm/include/llvm/IR/
HDUser.h215 iterator_range<value_op_iterator> operand_values() { in operand_values() function
/NextBSD/contrib/llvm/lib/Analysis/
HDLazyCallGraph.cpp50 for (Value *Op : C->operand_values()) in findCallees()
67 for (Value *Op : I.operand_values()) in Node()
/NextBSD/contrib/llvm/lib/Target/AArch64/
HDAArch64PromoteConstant.cpp546 for (Value *Op : I.operand_values()) { in runOnFunction()
/NextBSD/contrib/llvm/tools/bugpoint/
HDCrashDebugger.cpp216 for(Value *V : OldUsedVal->operand_values()) { in RemoveFunctionReferences()
/NextBSD/contrib/llvm/tools/lldb/source/Expression/
HDIRForTarget.cpp1950 for (Value *operand_val : inst.operand_values()) in ReplaceStaticLiterals()