HomeSort by relevance Sort by last modified time
    Searched defs:MemoryPhi (Results 1 - 2 of 2) sorted by null

  /external/llvm/include/llvm/Transforms/Utils/
MemorySSA.h 146 /// MemoryAccess. For MemoryPhi nodes, this walks arguments. For
158 friend class MemoryPhi;
286 /// MemoryDef/MemoryPhi.
327 /// valid reaching MemoryDef/MemoryPHI along each path to the phi node.
329 /// a MemoryPhi's operands.
354 class MemoryPhi final : public MemoryAccess {
363 MemoryPhi(LLVMContext &C, BasicBlock *BB, unsigned Ver, unsigned NumPreds = 0)
452 static inline bool classof(const MemoryPhi *) { return true; }
487 template <> struct OperandTraits<MemoryPhi> : public HungoffOperandTraits<2> {};
488 DEFINE_TRANSPARENT_OPERAND_ACCESSORS(MemoryPhi, MemoryAccess
    [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/Analysis/
MemorySSA.h 167 /// MemoryAccess. For MemoryPhi nodes, this walks arguments. For
203 friend class MemoryPhi;
375 /// MemoryDef/MemoryPhi.
432 /// valid reaching MemoryDef/MemoryPHI along each path to the phi node.
434 /// a MemoryPhi's operands.
459 class MemoryPhi final : public MemoryAccess {
467 MemoryPhi(LLVMContext &C, BasicBlock *BB, unsigned Ver, unsigned NumPreds = 0)
570 // MemoryPhi must have at least two incoming values, otherwise the MemoryPhi
591 "Cannot remove all incoming blocks in a MemoryPhi.")
    [all...]

Completed in 555 milliseconds