Home
last modified time | relevance | path

Searched refs:DefBlock (Results 1 – 9 of 9) sorted by relevance

/external/llvm/lib/Transforms/Utils/
DCodeExtractor.cpp552 BasicBlock *DefBlock = cast<Instruction>(outputs[out])->getParent(); in emitCallAndSwitchStatement() local
561 DefBlock = NormalDest; in emitCallAndSwitchStatement()
567 if (DefBlock == I.second) { in emitCallAndSwitchStatement()
568 DefBlock = I.first; in emitCallAndSwitchStatement()
575 if (!DT && DefBlock != OldTarget) in emitCallAndSwitchStatement()
580 DominatesDef = DT->dominates(DefBlock, OldTarget); in emitCallAndSwitchStatement()
588 if (pred && DT && DT->dominates(DefBlock, pred)) in emitCallAndSwitchStatement()
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/CodeGen/
DLiveVariables.h275 void MarkVirtRegAliveInBlock(VarInfo& VRInfo, MachineBasicBlock* DefBlock,
277 void MarkVirtRegAliveInBlock(VarInfo& VRInfo, MachineBasicBlock* DefBlock,
/external/llvm/include/llvm/CodeGen/
DLiveVariables.h276 void MarkVirtRegAliveInBlock(VarInfo& VRInfo, MachineBasicBlock* DefBlock,
278 void MarkVirtRegAliveInBlock(VarInfo& VRInfo, MachineBasicBlock* DefBlock,
/external/llvm/lib/CodeGen/
DLiveVariables.cpp93 MachineBasicBlock *DefBlock, in MarkVirtRegAliveInBlock() argument
106 if (MBB == DefBlock) return; // Terminate recursion in MarkVirtRegAliveInBlock()
119 MachineBasicBlock *DefBlock, in MarkVirtRegAliveInBlock() argument
122 MarkVirtRegAliveInBlock(VRInfo, DefBlock, MBB, WorkList); in MarkVirtRegAliveInBlock()
127 MarkVirtRegAliveInBlock(VRInfo, DefBlock, Pred, WorkList); in MarkVirtRegAliveInBlock()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/
DLiveVariables.cpp93 MachineBasicBlock *DefBlock, in MarkVirtRegAliveInBlock() argument
106 if (MBB == DefBlock) return; // Terminate recursion in MarkVirtRegAliveInBlock()
119 MachineBasicBlock *DefBlock, in MarkVirtRegAliveInBlock() argument
122 MarkVirtRegAliveInBlock(VRInfo, DefBlock, MBB, WorkList); in MarkVirtRegAliveInBlock()
127 MarkVirtRegAliveInBlock(VRInfo, DefBlock, Pred, WorkList); in MarkVirtRegAliveInBlock()
/external/llvm/include/llvm/Analysis/
DLoopInfo.h737 auto *DefBlock = DefI->getParent(); in movementPreservesLCSSAForm() local
738 if (DefBlock != NewBB && getLoopFor(DefBlock) != NewLoop) in movementPreservesLCSSAForm()
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/Analysis/
DLoopInfo.h909 auto *DefBlock = DefI->getParent(); in movementPreservesLCSSAForm() local
910 if (DefBlock != NewBB && getLoopFor(DefBlock) != NewLoop) in movementPreservesLCSSAForm()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Coroutines/
DCoroFrame.cpp574 BasicBlock *DefBlock = cast<Instruction>(E.def())->getParent(); in insertSpills() local
575 if (auto *CSI = dyn_cast<CatchSwitchInst>(DefBlock->getTerminator())) in insertSpills()
578 InsertPt = &*DefBlock->getFirstInsertionPt(); in insertSpills()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Scalar/
DNewGVN.cpp4009 auto *DefBlock = getBlockForValue(Def); in eliminateInstructions() local
4013 PN->insertBefore(&DefBlock->front()); in eliminateInstructions()