OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:getparent
(Results
451 - 475
of
919
) sorted by null
<<
11
12
13
14
15
16
17
18
19
20
>>
/external/llvm/lib/Target/X86/
X86FastISel.cpp
330
FuncInfo.MBBMap[I->
getParent
()] == FuncInfo.MBB) {
419
FuncInfo.MBBMap[cast<Instruction>(Op)->
getParent
()]
675
const Function &F = *I->
getParent
()->
getParent
();
[
all
...]
X86InstrInfo.cpp
[
all
...]
/external/llvm/lib/Transforms/Scalar/
SCCP.cpp
466
if (BBExecutable.count(I->
getParent
())) // Inst is executable?
724
if (!isEdgeFeasible(PN.getIncomingBlock(i), PN.
getParent
()))
760
Function *F = I.
getParent
()->
getParent
();
788
BasicBlock *BB = TI.
getParent
();
[
all
...]
GVN.cpp
297
if (NonLocalDepCall && DT->properlyDominates(I->getBB(), C->
getParent
())){
[
all
...]
/external/clang/include/clang/AST/
DeclBase.h
857
///
getParent
- Returns the containing DeclContext.
858
DeclContext *
getParent
() {
861
const DeclContext *
getParent
() const {
862
return const_cast<DeclContext*>(this)->
getParent
();
866
/// different from
getParent
, e.g.:
871
/// struct A::S {}; //
getParent
() == namespace 'A'
[
all
...]
/external/llvm/lib/Transforms/InstCombine/
InstCombineSelect.cpp
526
if (VP->
getParent
() == CondPHI->
getParent
())
531
if (SI.
getParent
() == CondPHI->
getParent
() &&
532
I->
getParent
() != CondPHI->
getParent
())
[
all
...]
InstCombine.h
229
assert(New && New->
getParent
() == 0 &&
231
BasicBlock *BB = Old.
getParent
();
InstCombineCalls.cpp
181
if (CI.
getParent
()->
getParent
()->doesNotThrow() &&
218
Module *M = CI.
getParent
()->
getParent
()->
getParent
();
713
TerminatorInst *TI = II->
getParent
()->getTerminator();
[
all
...]
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/gle2/
CanvasViewInfo.java
153
public CanvasViewInfo
getParent
() {
160
* By contract, this.getChildren().get(0..n-1).
getParent
() == this.
272
p = p.
getParent
();
498
if (
getParent
() != null) {
499
parentBounds = SwtUtils.toRect(
getParent
().getAbsRect());
680
if (view.
getParent
() != rootView) {
[
all
...]
/external/clang/lib/CodeGen/
CGVTables.cpp
184
assert(SubobjectOffsets.count(std::make_pair(MD->
getParent
(),
188
CharUnits BaseOffset = SubobjectOffsets[std::make_pair(MD->
getParent
(),
194
const CXXRecordDecl *OverriderRD = Method.Method->
getParent
();
[
all
...]
/external/llvm/lib/Transforms/IPO/
GlobalOpt.cpp
190
const Function *F = I->
getParent
()->
getParent
();
504
Module::GlobalListType &Globals = GV->
getParent
()->getGlobalList();
[
all
...]
/cts/tests/tests/view/src/android/view/cts/
LayoutInflaterTest.java
462
assertNull(view.
getParent
());
470
assertNull(view.
getParent
());
/external/apache-harmony/security/src/test/support/common/java/org/apache/harmony/security/tests/support/cert/
TestUtils.java
240
public PolicyNode
getParent
() {
259
public PolicyNode
getParent
() {
/external/llvm/include/llvm/
Instruction.h
51
inline const BasicBlock *
getParent
() const { return Parent; }
52
inline BasicBlock *
getParent
() { return Parent; }
/external/llvm/include/llvm/Support/
CFG.h
55
return cast<TerminatorInst>(*It)->
getParent
();
212
return Term->
getParent
();
/external/llvm/lib/Analysis/
AliasAnalysis.cpp
364
assert(I1.
getParent
() == I2.
getParent
() &&
BasicAliasAnalysis.cpp
431
static const Function *
getParent
(const Value *V) {
433
return inst->
getParent
()->
getParent
();
436
return arg->
getParent
();
443
const Function *F1 =
getParent
(O1);
444
const Function *F2 =
getParent
(O2);
[
all
...]
MemoryDependenceAnalysis.cpp
233
if (BB != &BB->
getParent
()->getEntryBlock())
484
if (BB != &BB->
getParent
()->getEntryBlock())
510
BasicBlock *QueryParent = QueryInst->
getParent
();
516
if (QueryParent != &QueryParent->
getParent
()->getEntryBlock())
609
BasicBlock *QueryBB = QueryCS.getInstruction()->
getParent
();
670
} else if (DirtyBB != &DirtyBB->
getParent
()->getEntryBlock()) {
768
assert(ExistingResult->getResult().getInst()->
getParent
() == BB &&
[
all
...]
/external/llvm/lib/CodeGen/
Analysis.cpp
211
const BasicBlock *ExitBB = I->
getParent
();
252
const Function *F = ExitBB->
getParent
();
BranchFolding.cpp
106
MachineFunction *MF = MBB->
getParent
();
387
MachineBasicBlock *CurMBB = OldInst->
getParent
();
405
MachineFunction &MF = *CurMBB.
getParent
();
410
CurMBB.
getParent
()->insert(++MBBI, NewMBB);
452
MachineFunction *MF = CurMBB->
getParent
();
565
MachineFunction *MF = MBB1->
getParent
();
746
getParent
()->begin();
[
all
...]
/external/llvm/lib/Target/Blackfin/
BlackfinRegisterInfo.cpp
193
MachineBasicBlock &MBB = *MI.
getParent
();
194
MachineFunction &MF = *MBB.
getParent
();
/external/llvm/lib/Target/MBlaze/
MBlazeRegisterInfo.cpp
288
MachineFunction &MF = *MI.
getParent
()->
getParent
();
/external/llvm/lib/Target/SystemZ/
SystemZFrameLowering.cpp
235
MachineFunction &MF = *MBB.
getParent
();
310
MachineFunction &MF = *MBB.
getParent
();
/external/llvm/lib/Target/XCore/
XCoreFrameLowering.cpp
280
MachineFunction *MF = MBB.
getParent
();
311
MachineFunction *MF = MBB.
getParent
();
/external/qemu/distrib/sdl-1.2.12/src/cdrom/macosx/
AudioFileReaderThread.c
307
AudioFilePlayer *afp = (AudioFilePlayer *) theItem->
GetParent
(theItem);
584
SET_AUDIOFILEMANAGER_METHOD(
GetParent
);
Completed in 2163 milliseconds
<<
11
12
13
14
15
16
17
18
19
20
>>