Searched defs:shouldSkip (Results 1 – 5 of 5) sorted by relevance
109 CLI.prototype.shouldSkip = function(scripts) { method in CLI
53 shouldSkip(node) { method in Mutator
108 bool SIInsertSkips::shouldSkip(const MachineBasicBlock &From, in shouldSkip() function in SIInsertSkips
1862 const shouldSkip = getExternalHelpersModuleName(sourceFile) !== undefined; constant1887 …const shouldSkip = printerOptions.noEmitHelpers || (!!sourceFile && hasRecordedExternalHelpers(sou… constant
922 bool shouldSkip = false; in shouldBeSkipped() local