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

  /external/llvm/lib/Target/AArch64/
AArch64PromoteConstant.cpp 154 bool isDominated(Instruction *NewPt, Instruction *User, unsigned OpNo,
166 /// \pre isDominated returns false for the exact same parameters.
359 bool AArch64PromoteConstant::isDominated(Instruction *NewPt, Instruction *User,
403 // Indeed, isDominated returned false with the exact same arguments.
420 "Instruction has not been rejected during isDominated check!");
449 if (isDominated(InsertionPoint, User, OpNo, InsertPts))
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/AArch64/
AArch64PromoteConstant.cpp 165 bool isDominated(Instruction *NewPt, Instruction *User, unsigned OpNo,
177 /// \pre isDominated returns false for the exact same parameters.
367 bool AArch64PromoteConstant::isDominated(Instruction *NewPt, Instruction *User,
410 // Indeed, isDominated returned false with the exact same arguments.
427 "Instruction has not been rejected during isDominated check!");
456 if (isDominated(InsertionPoint, User, OpNo, InsertPts))

Completed in 383 milliseconds