Searched refs:DefBlock (Results 1 – 3 of 3) sorted by relevance
/external/llvm/lib/Transforms/Utils/ |
D | CodeExtractor.cpp | 565 BasicBlock *DefBlock = cast<Instruction>(outputs[out])->getParent(); in emitCallAndSwitchStatement() local 570 DefBlock = Invoke->getNormalDest(); in emitCallAndSwitchStatement() 577 if (DefBlock == I->second) { in emitCallAndSwitchStatement() 578 DefBlock = I->first; in emitCallAndSwitchStatement() 585 if (!DT && DefBlock != OldTarget) in emitCallAndSwitchStatement() 590 DominatesDef = DT->dominates(DefBlock, OldTarget); in emitCallAndSwitchStatement() 598 if (pred && DT && DT->dominates(DefBlock, pred)) in emitCallAndSwitchStatement()
|
/external/llvm/include/llvm/CodeGen/ |
D | LiveVariables.h | 276 void MarkVirtRegAliveInBlock(VarInfo& VRInfo, MachineBasicBlock* DefBlock, 278 void MarkVirtRegAliveInBlock(VarInfo& VRInfo, MachineBasicBlock* DefBlock,
|
/external/llvm/lib/CodeGen/ |
D | LiveVariables.cpp | 93 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()
|