HomeSort by relevance Sort by last modified time
    Searched refs:dominates (Results 26 - 50 of 72) sorted by null

12 3

  /external/llvm/lib/Transforms/Utils/
BreakCriticalEdges.cpp 223 // the TIBB, TIBB clearly dominates NewBB. TIBB usually doesn't dominate
226 // loop header) then NewBB dominates DestBB.
262 NewBBDominatesDestBB = DT->dominates(DestBBNode, OPNode);
268 // If NewBBDominatesDestBB, then NewBB dominates DestBB, otherwise it
SimplifyIndVar.cpp 312 if (!DT->dominates(ContinueBB, UseBB)) {
CodeExtractor.cpp 271 // Old dominates New. New node dominates all other nodes dominated
591 DominatesDef = DT->dominates(DefBlock, OldTarget);
599 if (pred && DT && DT->dominates(DefBlock, pred))
  /external/checkpolicy/
policy_define.c     [all...]
module_compiler.c 292 (&dest_role->dominates, role->s.value - 1, 1)) {
909 (&role->dominates, role->s.value - 1, 1)) {
    [all...]
  /external/libsepol/src/
users.c 169 /* Set the role and every role it dominates */
170 ebitmap_for_each_bit(&roldatum->dominates, rnode, bit) {
services.c 506 s[++sp] = ebitmap_get_bit(&r1->dominates, val2 - 1);
511 s[++sp] = ebitmap_get_bit(&r2->dominates, val1 - 1);
516 s[++sp] = (!ebitmap_get_bit(&r1->dominates, val2 - 1)
517 && !ebitmap_get_bit(&r2->dominates, val1 - 1));
    [all...]
expand.c 785 if (map_ebitmap(&role->dominates, &mapped_roles, state->rolemap))
788 ebitmap_destroy(&role->dominates);
790 if (ebitmap_cpy(&role->dominates, &mapped_roles))
931 /* The dominates bitmap is going to be wrong for the moment,
934 if (ebitmap_union(&new_role->dominates, &role->dominates)) {
    [all...]
  /external/llvm/lib/CodeGen/
LiveRangeCalc.cpp 302 // IDom dominates all of our predecessors, but it may not be their
327 if (DomTree->dominates(IDom, Value.second)) {
LiveDebugVariables.cpp 88 /// dominates - Return true if current scope dominates at least one machine
90 bool dominates(MachineBasicBlock *MBB) { function in class:__anon29524::UserValueScopes
93 if (LBlocks.count(MBB) != 0 || LS.dominates(DL, MBB))
556 if (UVS.dominates(MBB))
    [all...]
SplitKit.cpp 682 assert(MDT.dominates(DefMBB, MBB) && "MBB must be dominated by the def.");
698 DEBUG(dbgs() << "Def in BB#" << DefMBB->getNumber() << " dominates BB#"
705 DEBUG(dbgs() << "Def in BB#" << DefMBB->getNumber() << " dominates BB#"
715 DEBUG(dbgs() << "Def in BB#" << DefMBB->getNumber() << " dominates BB#"
724 if (!IDom || !MDT.dominates(DefDomNode, IDom))
742 // back-copies. If a single back-copy dominates, put it in DomPair.second.
775 // First time we see ParentVNI. VNI dominates itself.
782 // Different basic blocks. Check if one dominates.
786 // Def ValMBB dominates.
    [all...]
  /external/llvm/lib/Target/AArch64/
AArch64CollectLOH.cpp 84 // L2 dominates L1 and xA is not redifined between L2 and L1
628 if (!MDT->dominates(L2, L1)) {
714 // dominates the next one.
715 if (!MDT->dominates(Def, Instr))
730 // dominates the next one.
732 return MDT->dominates(Def, Instr);
    [all...]
  /external/libsepol/include/sepol/policydb/
policydb.h 133 ebitmap_t dominates; /* set of roles dominated by this role */ member in struct:role_datum
  /external/llvm/lib/Transforms/ObjCARC/
ObjCARCContract.cpp 340 // argument with uses of the call return value, if it dominates the use. This
456 // If the call's return value dominates a use of the call's argument
462 if (DT->isReachableFromEntry(U) && DT->dominates(Inst, U)) {
  /external/chromium_org/v8/test/mjsunit/compiler/
inline-arguments.js 60 // and dominates all uses.
  /external/chromium_org/third_party/mesa/src/src/gallium/drivers/radeon/
AMDILCFGStructurizer.cpp 152 inline bool dominates(MachineDomTreeNode *A, MachineDomTreeNode *B) const { function in struct:llvm::MachinePostDominatorTree
153 return DT->dominates(A, B);
156 inline bool dominates(MachineBasicBlock *A, MachineBasicBlock *B) const { function in struct:llvm::MachinePostDominatorTree
157 return DT->dominates(A, B);
    [all...]
  /external/mesa3d/src/gallium/drivers/radeon/
AMDILCFGStructurizer.cpp 152 inline bool dominates(MachineDomTreeNode *A, MachineDomTreeNode *B) const { function in struct:llvm::MachinePostDominatorTree
153 return DT->dominates(A, B);
156 inline bool dominates(MachineBasicBlock *A, MachineBasicBlock *B) const { function in struct:llvm::MachinePostDominatorTree
157 return DT->dominates(A, B);
    [all...]
  /external/llvm/lib/Target/R600/
AMDILCFGStructurizer.cpp     [all...]
  /external/chromium_org/third_party/mesa/src/src/gallium/drivers/nv50/codegen/
nv50_ir_ssa.cpp 38 bool dominates(BasicBlock *, BasicBlock *);
  /external/llvm/include/llvm/Analysis/
LoopInfoImpl.h 517 // If Header dominates predBB, this is a new loop. Collect the backedges.
518 if (DomTree.dominates(Header, Backedge)
ScalarEvolution.h 186 DominatesBlock, ///< The SCEV dominates the block.
187 ProperlyDominatesBlock ///< The SCEV properly dominates the block.
    [all...]
  /external/llvm/lib/Target/PowerPC/
PPCCTRLoops.cpp 467 if (!DT->dominates(*I, *PI)) {
  /external/llvm/lib/Transforms/Scalar/
SampleProfile.cpp 633 bool IsDomParent = DomTree->dominates(BB2, BB1);
660 /// dominates B2, B2 post-dominates B1 and both are in the same loop.
682 // 1- BB1 dominates BB2.
683 // 2- BB2 post-dominates BB1.
696 // 1- BB1 post-dominates BB2.
697 // 2- BB2 dominates BB1.
    [all...]
GVN.cpp     [all...]
  /external/mesa3d/src/gallium/drivers/nv50/codegen/
nv50_ir_ssa.cpp 38 bool dominates(BasicBlock *, BasicBlock *);

Completed in 2432 milliseconds

12 3