Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Vectorize/
DVPlanHCFGBuilder.cpp135 BasicBlock *InstParent = Inst->getParent(); in isExternalDef() local
136 assert(InstParent && "Expected instruction parent."); in isExternalDef()
142 if (InstParent == PH) in isExternalDef()
149 if (InstParent == Exit) { in isExternalDef()
/external/llvm/lib/Transforms/ObjCARC/
DObjCARCContract.cpp434 BasicBlock *InstParent = Inst->getParent(); in tryToPeepholeInstruction() local
440 if (BBI == InstParent->begin()) { in tryToPeepholeInstruction()
441 BasicBlock *Pred = InstParent->getSinglePredecessor(); in tryToPeepholeInstruction()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/ObjCARC/
DObjCARCContract.cpp464 BasicBlock *InstParent = Inst->getParent(); in tryToPeepholeInstruction() local
470 if (BBI == InstParent->begin()) { in tryToPeepholeInstruction()
471 BasicBlock *Pred = InstParent->getSinglePredecessor(); in tryToPeepholeInstruction()
/external/swiftshader/third_party/LLVM/lib/Transforms/InstCombine/
DInstructionCombining.cpp2025 BasicBlock *InstParent = I->getParent(); in DoOneIteration() local
2031 InsertPos = InstParent->getFirstInsertionPt(); in DoOneIteration()
2033 InstParent->getInstList().insert(InsertPos, Result); in DoOneIteration()
/external/llvm/lib/Transforms/InstCombine/
DInstructionCombining.cpp2881 BasicBlock *InstParent = I->getParent(); in run() local
2887 InsertPos = InstParent->getFirstInsertionPt(); in run()
2889 InstParent->getInstList().insert(InsertPos, Result); in run()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/InstCombine/
DInstructionCombining.cpp3072 BasicBlock *InstParent = I->getParent(); in run() local
3078 InsertPos = InstParent->getFirstInsertionPt(); in run()
3080 InstParent->getInstList().insert(InsertPos, Result); in run()