HomeSort by relevance Sort by last modified time
    Searched refs:IncomingValue (Results 1 - 5 of 5) sorted by null

  /external/llvm/lib/CodeGen/SelectionDAG/
StatepointLowering.cpp 146 for (auto &IncomingValue : Phi->incoming_values()) {
148 findPreviousSpillSlot(IncomingValue, Builder, LookUpDepth - 1);
196 static void reservePreviousStackSlotForValue(const Value *IncomingValue,
199 SDValue Incoming = Builder.getValue(IncomingValue);
214 findPreviousSpillSlot(IncomingValue, Builder, LookUpDepth);
    [all...]
  /external/swiftshader/third_party/LLVM/lib/ExecutionEngine/Interpreter/
Execution.cpp 715 Value *IncomingValue = PN->getIncomingValue(i);
718 ResultValues.push_back(getOperandValue(IncomingValue, SF));
    [all...]
  /external/llvm/lib/ExecutionEngine/Interpreter/
Execution.cpp     [all...]
  /external/llvm/lib/Transforms/Utils/
SimplifyCFG.cpp     [all...]
  /external/llvm/bindings/go/llvm/
ir.go     [all...]

Completed in 175 milliseconds