Home
last modified time | relevance | path

Searched refs:shouldSkip (Results 1 – 2 of 2) sorted by relevance

/minix3/external/bsd/llvm/dist/llvm/lib/Target/R600/
H A DSILowerControlFlow.cpp75 bool shouldSkip(MachineBasicBlock *From, MachineBasicBlock *To);
116 bool SILowerControlFlowPass::shouldSkip(MachineBasicBlock *From, in shouldSkip() function in SILowerControlFlowPass
138 if (!shouldSkip(*From.getParent()->succ_begin(), To.getMBB())) in Skip()
154 !shouldSkip(&MBB, &MBB.getParent()->back())) in SkipIfDead()
/minix3/external/bsd/llvm/dist/llvm/tools/gold/
H A Dgold-plugin.cpp266 static bool shouldSkip(uint32_t Symflags) { in shouldSkip() function
348 if (shouldSkip(Symflags)) in claim_file_hook()
593 if (shouldSkip(ObjSym.getFlags())) in getModuleForFile()