Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Vectorize/
DVPlanHCFGBuilder.cpp137 BasicBlock *InstParent = Inst->getParent(); in isExternalDef() local
138 assert(InstParent && "Expected instruction parent."); in isExternalDef()
144 if (InstParent == PH) in isExternalDef()
151 if (InstParent == Exit) { in isExternalDef()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/ObjCARC/
DObjCARCContract.cpp476 BasicBlock *InstParent = Inst->getParent(); in tryToPeepholeInstruction() local
482 if (BBI == InstParent->begin()) { in tryToPeepholeInstruction()
483 BasicBlock *Pred = InstParent->getSinglePredecessor(); in tryToPeepholeInstruction()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/InstCombine/
DInstructionCombining.cpp3385 BasicBlock *InstParent = I->getParent(); in run() local
3391 InsertPos = InstParent->getFirstInsertionPt(); in run()
3393 InstParent->getInstList().insert(InsertPos, Result); in run()