Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Utils/
DLCSSA.cpp92 BasicBlock *InstBB = I->getParent(); in formLCSSAForInstructions() local
93 Loop *L = LI.getLoopFor(InstBB); in formLCSSAForInstructions()
109 if (InstBB != UserBB && !L->contains(UserBB)) in formLCSSAForInstructions()
123 BasicBlock *DomBB = InstBB; in formLCSSAForInstructions()
212 if (InstBB == UserBB || L->contains(UserBB)) in formLCSSAForInstructions()
243 insertDebugValuesForPHIs(InstBB, NeedDbgValues); in formLCSSAForInstructions()
/external/swiftshader/third_party/LLVM/lib/Transforms/Utils/
DLCSSA.cpp182 BasicBlock *InstBB = Inst->getParent(); in ProcessInstruction() local
191 if (InstBB != UserBB && !inLoop(UserBB)) in ProcessInstruction()
/external/llvm/lib/Transforms/Utils/
DLCSSA.cpp75 BasicBlock *InstBB = Inst.getParent(); in processInstruction() local
83 if (InstBB != UserBB && !L.contains(UserBB)) in processInstruction()